public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dragonboard410c: adding missing default addr for script and pxe boot
@ 2016-07-03 17:16 Ricardo Salveti
  2016-07-12 19:34 ` Mateusz Kulikowski
  2016-07-16 13:51 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Ricardo Salveti @ 2016-07-03 17:16 UTC (permalink / raw)
  To: u-boot

Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Ricardo Salveti <rsalveti@rsalveti.net>
---
 include/configs/dragonboard410c.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index 74a827d..1dbe219 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -126,6 +126,8 @@ REFLASH(dragonboard/u-boot.img, 8)\
 	"fdtfile=apq8016-sbc.dtb\0" \
 	"fdt_addr_r=0x83000000\0"\
 	"ramdisk_addr_r=0x84000000\0"\
+	"scriptaddr=0x90000000\0"\
+	"pxefile_addr_r=0x90100000\0"\
 	BOOTENV
 
 #define CONFIG_ENV_IS_NOWHERE
-- 
2.7.4

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

end of thread, other threads:[~2016-07-16 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-03 17:16 [U-Boot] [PATCH] dragonboard410c: adding missing default addr for script and pxe boot Ricardo Salveti
2016-07-12 19:34 ` Mateusz Kulikowski
2016-07-16 13:51 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox