mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
59d03cb377
commit
7749b67f6c
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue