projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832d664
)
configs: ti_armv7_common.h: Add default addresses for pxe and scripts
author
Sjoerd Simons
<sjoerd.simons@collabora.co.uk>
Fri, 28 Aug 2015 13:01:55 +0000
(15:01 +0200)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 8 Dec 2015 16:59:47 +0000
(16:59 +0000)
Add mandatory address variables for loading scripts and pxe configuration as
per README.distro
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Gbp-Pq: Topic upstream/am33x_distro_bootcmd
Gbp-Pq: Name 0002-configs-ti_armv7_common.h-Add-default-addresses-for-.patch
include/configs/ti_armv7_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_armv7_common.h
b/include/configs/ti_armv7_common.h
index 6dc65158994a3479b293da37d2a13ac07e43b45e..586bd2b50ff2a5ea9c3e36847afedc5cd95d1270 100644
(file)
--- 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"
#define DEFAULT_MMC_TI_ARGS \