Commit 093685a9cbb6956c6c3b56b8e46cb5a5f286bedc

Authored by Andreas Färber
Committed by Tom Rini
1 parent dede284d1c

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>

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

include/configs/dragonboard410c.h
... ... @@ -128,10 +128,10 @@
128 128 "fdt_high=0xffffffffffffffff\0" \
129 129 "initrd_high=0xffffffffffffffff\0" \
130 130 "linux_image=Image\0" \
131   - "linux_addr=0x81000000\0"\
132   - "fdt_image=apq8016-sbc.dtb\0" \
133   - "fdt_addr=0x83000000\0"\
134   - "ramdisk_addr=0x84000000\0"\
  131 + "kernel_addr_r=0x81000000\0"\
  132 + "fdtfile=apq8016-sbc.dtb\0" \
  133 + "fdt_addr_r=0x83000000\0"\
  134 + "ramdisk_addr_r=0x84000000\0"\
135 135 BOOTENV
136 136  
137 137 #define CONFIG_ENV_IS_NOWHERE