diff --git a/patch/u-boot/u-boot-mvebu/loading-boot-scr.patch b/patch/u-boot/u-boot-mvebu/loading-boot-scr.patch index 54f08235d..74e9708e0 100644 --- a/patch/u-boot/u-boot-mvebu/loading-boot-scr.patch +++ b/patch/u-boot/u-boot-mvebu/loading-boot-scr.patch @@ -63,3 +63,16 @@ index 75b8bf5..27cf703 100644 /* Open this define for enabling Secure Boot Mode eFuses modification #define CONFIG_CMD_EFUSE */ +diff --git a/common/cmd_fs.c b/common/cmd_fs.c +index a681d03..9cc5013 100644 +--- a/common/cmd_fs.c ++++ b/common/cmd_fs.c +@@ -22,7 +22,7 @@ + + int do_load_wrapper(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) + { +- return do_load(cmdtp, flag, argc, argv, FS_TYPE_ANY, 0); ++ return do_load(cmdtp, flag, argc, argv, FS_TYPE_ANY, 16); + } + + U_BOOT_CMD(