mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
apalis_imx6: provide fdtfile in env instead of setting it in runtime
Provide fdtfile value in default env instead of setting it dynamically in runtime. Fixes: 85cb2bc686("apalis/colibri imx6: provide proper fdtfile value") Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
5d54d7eeb1
commit
763a4aef09
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
#endif
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
BOOTENV \
|
||||
"bootcmd=setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
||||
"bootcmd=run distro_bootcmd ; " \
|
||||
"usb start ; " \
|
||||
"setenv stdout serial,vidconsole; " \
|
||||
"setenv stdin serial,usbkbd\0" \
|
||||
|
@ -143,6 +143,7 @@
|
|||
"console=ttymxc0\0" \
|
||||
"defargs=enable_wait_mode=off vmalloc=400M\0" \
|
||||
"fdt_file=" FDT_FILE "\0" \
|
||||
"fdtfile=" FDT_FILE "\0" \
|
||||
"fdt_fixup=;\0" \
|
||||
MEM_LAYOUT_ENV_SETTINGS \
|
||||
NFS_BOOTCMD \
|
||||
|
|
Loading…
Reference in a new issue