This commit is contained in:
pvvx 2017-03-14 06:55:04 +03:00
parent 868e229978
commit 787d94874d
11 changed files with 2727 additions and 2714 deletions

View file

@ -7,6 +7,14 @@
#include "rtl8195a.h"
/* ---------------------------------------------------
* Customized Signature (Image Name)
* ---------------------------------------------------*/
#include "section_config.h"
SECTION(".custom.validate.rodata")
const unsigned char cus_sig[32] = "AT Sample";
#ifdef CONFIG_DEBUG_LOG
#define DEBUG_MAIN_LEVEL CONFIG_DEBUG_LOG
#else