mirror of
https://github.com/pvvx/RTL00_AT.git
synced 2026-04-05 21:15:24 +00:00
update
This commit is contained in:
parent
868e229978
commit
787d94874d
11 changed files with 2727 additions and 2714 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue