All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2] configs: ls1012afrwy: drop env qspi_bootcmd
@ 2020-04-17  9:37 Biwen Li
  2020-04-30 12:18 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Biwen Li @ 2020-04-17  9:37 UTC (permalink / raw)
  To: u-boot

From: Biwen Li <biwen.li@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@nxp.com>
---
Change in v2:
	- update description

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

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [v2] configs: ls1012afrwy: drop env qspi_bootcmd
  2020-04-17  9:37 [v2] configs: ls1012afrwy: drop env qspi_bootcmd Biwen Li
@ 2020-04-30 12:18 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2020-04-30 12:18 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Biwen Li
>Sent: Friday, April 17, 2020 3:07 PM
>To: Jagdish Gediya <jagdish.gediya@nxp.com>; Priyanka Jain
><priyanka.jain@nxp.com>; Pramod Kumar <pramod.kumar_1@nxp.com>;
>Shengzhou Liu <shengzhou.liu@nxp.com>
>Cc: Alison Wang <alison.wang@nxp.com>; u-boot at lists.denx.de; Jiafei Pan
><jiafei.pan@nxp.com>; Biwen Li <biwen.li@nxp.com>
>Subject: [v2] configs: ls1012afrwy: drop env qspi_bootcmd
>
>From: Biwen Li <biwen.li@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@nxp.com>
>---
Applied to fsl-qoriq after rebasing to top. Awaiting upstream

Thanks
Priyanka

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-30 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17  9:37 [v2] configs: ls1012afrwy: drop env qspi_bootcmd Biwen Li
2020-04-30 12:18 ` Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.