diff mbox series

[U-Boot] ls1088ardb_pb: Secure boot: Change bootscript and header name

Message ID 1536750583-9299-1-git-send-email-vinitha.pillai@nxp.com
State Rejected
Delegated to: Prabhakar Kushwaha
Headers show
Series [U-Boot] ls1088ardb_pb: Secure boot: Change bootscript and header name | expand

Commit Message

Vinitha V Pillai Sept. 12, 2018, 11:09 a.m. UTC
Change bootscript and its header name in
ls1088ardb_pb board specific file

Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
---
 include/configs/ls1088ardb_pb.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

York Sun Sept. 27, 2018, 4:59 p.m. UTC | #1
On 09/12/2018 04:18 AM, Vinitha V Pillai wrote:
> Change bootscript and its header name in
> ls1088ardb_pb board specific file
> 
> Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
> ---
>  include/configs/ls1088ardb_pb.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Are you sure you are using right code base? This file doesn't exist.

York
diff mbox series

Patch

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; "	\