summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2016-04-13 14:16:22 +0200
committerTom Rini <trini@konsulko.com>2016-04-18 17:11:45 -0400
commit093685a9cbb6956c6c3b56b8e46cb5a5f286bedc (patch)
treea88756770d9f8e6c971f7851d4bcce40fdfd6115 /include
parentdede284d1ce9f9d9e79a5114fe7eb814fec07679 (diff)
downloadtalos-obmc-uboot-093685a9cbb6956c6c3b56b8e46cb5a5f286bedc.tar.gz
talos-obmc-uboot-093685a9cbb6956c6c3b56b8e46cb5a5f286bedc.zip
dragonboard410c: Fix environment variables
Some variables for the distro boot commands were missing, using some custom name instead. Rename them. Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dragonboard410c.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index 26f95a7461..edf8cfb1ca 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -128,10 +128,10 @@ REFLASH(dragonboard/u-boot.img, 8)\
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"linux_image=Image\0" \
- "linux_addr=0x81000000\0"\
- "fdt_image=apq8016-sbc.dtb\0" \
- "fdt_addr=0x83000000\0"\
- "ramdisk_addr=0x84000000\0"\
+ "kernel_addr_r=0x81000000\0"\
+ "fdtfile=apq8016-sbc.dtb\0" \
+ "fdt_addr_r=0x83000000\0"\
+ "ramdisk_addr_r=0x84000000\0"\
BOOTENV
#define CONFIG_ENV_IS_NOWHERE
OpenPOWER on IntegriCloud