mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
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>
This commit is contained in:
parent
dede284d1c
commit
093685a9cb
1 changed files with 4 additions and 4 deletions
|
@ -128,10 +128,10 @@ REFLASH(dragonboard/u-boot.img, 8)\
|
||||||
"fdt_high=0xffffffffffffffff\0" \
|
"fdt_high=0xffffffffffffffff\0" \
|
||||||
"initrd_high=0xffffffffffffffff\0" \
|
"initrd_high=0xffffffffffffffff\0" \
|
||||||
"linux_image=Image\0" \
|
"linux_image=Image\0" \
|
||||||
"linux_addr=0x81000000\0"\
|
"kernel_addr_r=0x81000000\0"\
|
||||||
"fdt_image=apq8016-sbc.dtb\0" \
|
"fdtfile=apq8016-sbc.dtb\0" \
|
||||||
"fdt_addr=0x83000000\0"\
|
"fdt_addr_r=0x83000000\0"\
|
||||||
"ramdisk_addr=0x84000000\0"\
|
"ramdisk_addr_r=0x84000000\0"\
|
||||||
BOOTENV
|
BOOTENV
|
||||||
|
|
||||||
#define CONFIG_ENV_IS_NOWHERE
|
#define CONFIG_ENV_IS_NOWHERE
|
||||||
|
|
Loading…
Reference in a new issue