From: Sjoerd Simons Date: Fri, 28 Aug 2015 13:01:55 +0000 (+0200) Subject: configs: ti_armv7_common.h: Add default addresses for pxe and scripts X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be254eab48ac6f116412d971d0f4f499c13e2ccb;p=u-boot.git 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 Gbp-Pq: Topic upstream/am33x_distro_bootcmd Gbp-Pq: Name 0002-configs-ti_armv7_common.h-Add-default-addresses-for-.patch --- diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 6dc651589..586bd2b50 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 \