[U-Boot] [PATCH] ls1088ardb_pb: Secure boot: Change bootscript and header name
Vinitha V Pillai
vinitha.pillai at nxp.com
Wed Sep 12 11:09:43 UTC 2018
Change bootscript and its header name in
ls1088ardb_pb board specific file
Signed-off-by: Vinitha V Pillai <vinitha.pillai at nxp.com>
---
include/configs/ls1088ardb_pb.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/ls1088ardb_pb.h b/include/configs/ls1088ardb_pb.h
index 8f4612a..49ec737 100644
--- a/include/configs/ls1088ardb_pb.h
+++ b/include/configs/ls1088ardb_pb.h
@@ -63,8 +63,8 @@
"kernelhdr_size_sd=0x10\0" \
MC_INIT_CMD \
BOOTENV \
- "boot_scripts=ls1088ardb_boot.scr\0" \
- "boot_script_hdr=hdr_ls1088ardb_bs.out\0" \
+ "boot_scripts=ls1088ardb_pb_boot.scr\0" \
+ "boot_script_hdr=hdr_ls1088ardb_pb_bs.out\0" \
"scan_dev_for_boot_part=" \
"part list ${devtype} ${devnum} devplist; " \
"env exists devplist || setenv devplist 1; " \
--
1.9.1
More information about the U-Boot
mailing list