summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2015-08-28 15:01:55 +0200
committerTom Rini <trini@konsulko.com>2015-10-22 14:18:32 -0400
commit7749b67f6cff3246444051764b5bc62decfb9f58 (patch)
treee90bf1d2913b714bfe3bd73a4f46a3545a10dce1 /include
parent59d03cb37700e2e204451e83b38c326df0435ff8 (diff)
downloadtalos-obmc-uboot-7749b67f6cff3246444051764b5bc62decfb9f58.tar.gz
talos-obmc-uboot-7749b67f6cff3246444051764b5bc62decfb9f58.zip
configs: ti_armv7_common.h: Add default addresses for pxe and scripts
Add mandatory address variables for loading scripts and pxe configuration as per README.distro Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_armv7_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 6dc6515899..586bd2b50f 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"
#define DEFAULT_MMC_TI_ARGS \
OpenPOWER on IntegriCloud