From 6e2081195b38402b4c34514eb9a20d822491096d Mon Sep 17 00:00:00 2001 From: payton Date: Wed, 6 Dec 2023 16:10:46 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8Dloader=E7=A9=BA=E7=89=87?= =?UTF-8?q?=E7=83=A7=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- loader/LibExt/LIBExt_src/Ctrl_Flow/bl_func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/LibExt/LIBExt_src/Ctrl_Flow/bl_func.c b/loader/LibExt/LIBExt_src/Ctrl_Flow/bl_func.c index 461ff93e3..70461ad8b 100755 --- a/loader/LibExt/LIBExt_src/Ctrl_Flow/bl_func.c +++ b/loader/LibExt/LIBExt_src/Ctrl_Flow/bl_func.c @@ -2078,7 +2078,7 @@ _THUMB2 static int bl_load_uboot_from_flash(unsigned char *p_fdt, unsigned char // load fdt er = bl_load_fdt_from_flash(p_tmp, SDRAM_Start_FW, &p_fdt); // dtb size less than 32MB to be safer. if (er != 0) { - bl_displayErrMsg("load fdt failed\r\n"); + debug_err("load fdt failed\r\n"); return 0; } #endif