mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
apalis/colibri imx6: provide proper fdtfile value
Provide proper fdtfile env variable value before invoking distro_bootcmd command. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
a443c8212c
commit
85cb2bc686
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@
|
|||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
BOOTENV \
|
||||
"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
|
||||
"run distro_bootcmd ; " \
|
||||
"setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
||||
"usb start ; " \
|
||||
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
||||
"boot_file=zImage\0" \
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
BOOTENV \
|
||||
"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
|
||||
"run distro_bootcmd ; " \
|
||||
"setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
||||
"usb start ; " \
|
||||
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
||||
"boot_file=zImage\0" \
|
||||
|
|
Loading…
Reference in a new issue