1.修复loader空片烧录问题

This commit is contained in:
payton 2023-12-06 16:10:46 +08:00
parent ec08ee6bc4
commit 6e2081195b

View File

@ -2078,7 +2078,7 @@ _THUMB2 static int bl_load_uboot_from_flash(unsigned char *p_fdt, unsigned char
// load fdt // load fdt
er = bl_load_fdt_from_flash(p_tmp, SDRAM_Start_FW, &p_fdt); // dtb size less than 32MB to be safer. er = bl_load_fdt_from_flash(p_tmp, SDRAM_Start_FW, &p_fdt); // dtb size less than 32MB to be safer.
if (er != 0) { if (er != 0) {
bl_displayErrMsg("load fdt failed\r\n"); debug_err("load fdt failed\r\n");
return 0; return 0;
} }
#endif #endif