去除bootram的安全校验 sbl打开打印

This commit is contained in:
2024-10-14 18:03:57 +08:00
parent c630582df5
commit 3cfec2f3eb
5 changed files with 20 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ const char patter[] = "entry_sbl_cli";
#define PATTERN_LEN (sizeof(patter) -1)
uint32_t g_is_first_run = 1;
uint32_t g_is_print_enable = 0;
uint32_t g_is_print_enable = 1;
extern uint32_t g_flash_size;
char console_buffer[CMD_CBSIZE];