All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] armv8: ls2080: Update bootcmd env variable
@ 2016-02-03 11:34 Prabhakar Kushwaha
  2016-02-24 16:49 ` york sun
  0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Kushwaha @ 2016-02-03 11:34 UTC (permalink / raw)
  To: u-boot

Before Linux boot DPL must be deployed to DPAA2 interface.
So update bootcmd env variable to make sure DPL deployment before
Linux boot.

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
---
 include/configs/ls2080a_common.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index 0d33042..091c9e1 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -272,8 +272,9 @@ unsigned long long get_qixis_addr(void);
 				"earlycon=uart8250,mmio,0x21c0500" \
 				"ramdisk_size=0x2000000 default_hugepagesz=2m" \
 				" hugepagesz=2m hugepages=16"
-#define CONFIG_BOOTCOMMAND		"cp.b $kernel_start $kernel_load "     \
-					"$kernel_size && bootm $kernel_load"
+#define CONFIG_BOOTCOMMAND	"fsl_mc apply dpl 0x580700000 &&" \
+				" cp.b $kernel_start $kernel_load" \
+				" $kernel_size && bootm $kernel_load"
 #define CONFIG_BOOTDELAY		10
 
 /* Monitor Command Prompt */
-- 
1.9.1

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

* [U-Boot] [PATCH 2/2] armv8: ls2080: Update bootcmd env variable
  2016-02-03 11:34 [U-Boot] [PATCH 2/2] armv8: ls2080: Update bootcmd env variable Prabhakar Kushwaha
@ 2016-02-24 16:49 ` york sun
  0 siblings, 0 replies; 2+ messages in thread
From: york sun @ 2016-02-24 16:49 UTC (permalink / raw)
  To: u-boot

On 02/03/2016 03:34 AM, Prabhakar Kushwaha wrote:
> Before Linux boot DPL must be deployed to DPAA2 interface.
> So update bootcmd env variable to make sure DPL deployment before
> Linux boot.
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> ---
>  include/configs/ls2080a_common.h | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

Applied to fsl-qoriq master. Awaiting upstream.

York

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

end of thread, other threads:[~2016-02-24 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 11:34 [U-Boot] [PATCH 2/2] armv8: ls2080: Update bootcmd env variable Prabhakar Kushwaha
2016-02-24 16:49 ` york sun

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.