diff mbox series

[v2] configs: ls1012afrwy: drop env qspi_bootcmd

Message ID 20200417093701.22364-1-biwen.li@oss.nxp.com
State Superseded
Headers show
Series [v2] configs: ls1012afrwy: drop env qspi_bootcmd | expand

Commit Message

Biwen Li (OSS) April 17, 2020, 9:37 a.m. UTC
From: Biwen Li <biwen.li at nxp.com>

Drop useless environment variable installer and qspi_bootcmd
for ls1012afrwy.
Only 2 MB nor flash in ls1012afrwy. So cannot get kernel(30 MB) from
the nor flash, then drop it.

Signed-off-by: Biwen Li <biwen.li at nxp.com>
---
Change in v2:
	- update description

 include/configs/ls1012afrwy.h | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Priyanka Jain (OSS) April 30, 2020, 12:18 p.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Biwen Li
>Sent: Friday, April 17, 2020 3:07 PM
>To: Jagdish Gediya <jagdish.gediya at nxp.com>; Priyanka Jain
><priyanka.jain at nxp.com>; Pramod Kumar <pramod.kumar_1 at nxp.com>;
>Shengzhou Liu <shengzhou.liu at nxp.com>
>Cc: Alison Wang <alison.wang at nxp.com>; u-boot at lists.denx.de; Jiafei Pan
><jiafei.pan at nxp.com>; Biwen Li <biwen.li at nxp.com>
>Subject: [v2] configs: ls1012afrwy: drop env qspi_bootcmd
>
>From: Biwen Li <biwen.li at nxp.com>
>
>Drop useless environment variable installer and qspi_bootcmd
>for ls1012afrwy.
>Only 2 MB nor flash in ls1012afrwy. So cannot get kernel(30 MB) from
>the nor flash, then drop it.
>
>Signed-off-by: Biwen Li <biwen.li at nxp.com>
>---
Applied to fsl-qoriq after rebasing to top. Awaiting upstream

Thanks
Priyanka
diff mbox series

Patch

diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h
index 9007249804..ec071d0606 100644
--- a/include/configs/ls1012afrwy.h
+++ b/include/configs/ls1012afrwy.h
@@ -107,15 +107,6 @@ 
 			"env exists secureboot "	\
 			"&& esbc_validate ${scripthdraddr};"    \
 		"source ${scriptaddr}\0"	  \
-	"installer=load mmc 0:2 $load_addr "	\
-		   "/flex_installer_arm64.itb; "	\
-		   "bootm $load_addr#$board\0"	\
-	"qspi_bootcmd=pfe stop; echo Trying load from qspi..;"	\
-		"sf probe && sf read $load_addr "	\
-		"$kernel_addr $kernel_size; env exists secureboot "	\
-		"&& sf read $kernelheader_addr_r $kernelheader_addr "	\
-		"$kernelheader_size && esbc_validate ${kernelheader_addr_r}; " \
-		"bootm $load_addr#$board\0"	\
 	"sd_bootcmd=pfe stop; echo Trying load from sd card..;"		\
 		"mmcinfo; mmc read $load_addr "			\
 		"$kernel_addr_sd $kernel_size_sd ;"		\