summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVitaly Andrianov <vitalya@ti.com>2015-08-03 15:54:32 -0400
committerTom Rini <trini@konsulko.com>2015-08-03 15:58:37 -0400
commit8889e984154f749047dc9ed3b4cd8b734dde66f2 (patch)
tree0f5d71d0206ef93ca8f7e3ed9576a336a945066f /include
parentc109dd0079711cb86ece088e2da4f4d792fc4730 (diff)
downloadblackbird-obmc-uboot-8889e984154f749047dc9ed3b4cd8b734dde66f2.tar.gz
blackbird-obmc-uboot-8889e984154f749047dc9ed3b4cd8b734dde66f2.zip
configs: ti_armv7_keystone2: replace addr_uboot with loadaddr
This patch replaces not existing addr_uboot environment variable by loadaddr at get_uboot_net and burn_uboot_xxx commands. Otherwise these commands are broken. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Acked-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_armv7_keystone2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 2b6a2297e6..af89f7090f 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -234,11 +234,11 @@
"get_kern_ubi=ubifsload ${loadaddr} ${name_kern}\0" \
"get_mon_net=dhcp ${addr_mon} ${tftp_root}/${name_mon}\0" \
"get_mon_ubi=ubifsload ${addr_mon} ${name_mon}\0" \
- "get_uboot_net=dhcp ${addr_uboot} ${tftp_root}/${name_uboot}\0" \
+ "get_uboot_net=dhcp ${loadaddr} ${tftp_root}/${name_uboot}\0" \
"burn_uboot_spi=sf probe; sf erase 0 0x100000; " \
- "sf write ${addr_uboot} 0 ${filesize}\0" \
+ "sf write ${loadaddr} 0 ${filesize}\0" \
"burn_uboot_nand=nand erase 0 0x100000; " \
- "nand write ${addr_uboot} 0 ${filesize}\0" \
+ "nand write ${loadaddr} 0 ${filesize}\0" \
"args_all=setenv bootargs console=ttyS0,115200n8 rootwait=1\0" \
"args_net=setenv bootargs ${bootargs} rootfstype=nfs " \
"root=/dev/nfs rw nfsroot=${serverip}:${nfs_root}," \
OpenPOWER on IntegriCloud