diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-08-28 15:01:55 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:18:32 -0400 |
commit | 7749b67f6cff3246444051764b5bc62decfb9f58 (patch) | |
tree | e90bf1d2913b714bfe3bd73a4f46a3545a10dce1 /include/configs/ti_armv7_common.h | |
parent | 59d03cb37700e2e204451e83b38c326df0435ff8 (diff) | |
download | u-boot-7749b67f6cff3246444051764b5bc62decfb9f58.tar.gz |
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/configs/ti_armv7_common.h')
-rw-r--r-- | include/configs/ti_armv7_common.h | 2 |
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 \ |