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
@ -135,7 +135,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
BOOTENV \
|
BOOTENV \
|
||||||
"bootcmd=setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
"bootcmd=run distro_bootcmd ; " \
|
||||||
"usb start ; " \
|
"usb start ; " \
|
||||||
"setenv stdout serial,vidconsole; " \
|
"setenv stdout serial,vidconsole; " \
|
||||||
"setenv stdin serial,usbkbd\0" \
|
"setenv stdin serial,usbkbd\0" \
|
||||||
@ -143,6 +143,7 @@
|
|||||||
"console=ttymxc0\0" \
|
"console=ttymxc0\0" \
|
||||||
"defargs=enable_wait_mode=off vmalloc=400M\0" \
|
"defargs=enable_wait_mode=off vmalloc=400M\0" \
|
||||||
"fdt_file=" FDT_FILE "\0" \
|
"fdt_file=" FDT_FILE "\0" \
|
||||||
|
"fdtfile=" FDT_FILE "\0" \
|
||||||
"fdt_fixup=;\0" \
|
"fdt_fixup=;\0" \
|
||||||
MEM_LAYOUT_ENV_SETTINGS \
|
MEM_LAYOUT_ENV_SETTINGS \
|
||||||
NFS_BOOTCMD \
|
NFS_BOOTCMD \
|
||||||
|
Loading…
Reference in New Issue
Block a user