diff mbox

[U-Boot,2/3] configs: ti_armv7_common.h: Add default addresses for pxe and scripts

Message ID 1440766922-24993-3-git-send-email-sjoerd.simons@collabora.co.uk
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Sjoerd Simons Aug. 28, 2015, 1:01 p.m. UTC
Add mandatory address variables for loading scripts and pxe configuration as
per README.distro

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---

 include/configs/ti_armv7_common.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Oct. 22, 2015, 9:19 p.m. UTC | #1
On Fri, Aug 28, 2015 at 03:01:55PM +0200, Sjoerd Simons wrote:

> Add mandatory address variables for loading scripts and pxe configuration as
> per README.distro
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 18fca02..bcce2d7 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -56,6 +56,8 @@ 
 	"fdt_addr_r=0x88000000\0" \
 	"rdaddr=0x88080000\0" \
 	"ramdisk_addr_r=0x88080000\0" \
+	"scriptaddr=0x80000000\0" \
+	"pxefile_addr_r=0x80100000\0" \
 	"bootm_size=0x10000000\0"
 
 /*