mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 12:46:59 +02: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
@ -186,7 +186,7 @@
|
|||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
BOOTENV \
|
BOOTENV \
|
||||||
"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
|
"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
|
||||||
"run distro_bootcmd ; " \
|
"setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
||||||
"usb start ; " \
|
"usb start ; " \
|
||||||
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
||||||
"boot_file=zImage\0" \
|
"boot_file=zImage\0" \
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
BOOTENV \
|
BOOTENV \
|
||||||
"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
|
"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
|
||||||
"run distro_bootcmd ; " \
|
"setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
||||||
"usb start ; " \
|
"usb start ; " \
|
||||||
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
||||||
"boot_file=zImage\0" \
|
"boot_file=zImage\0" \
|
||||||
|
Loading…
Reference in New Issue
Block a user