From 85cb2bc6868e5f7da7396a26b59fbb5cbc48e4ab Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Thu, 23 May 2019 11:05:50 +0000 Subject: apalis/colibri imx6: provide proper fdtfile value Provide proper fdtfile env variable value before invoking distro_bootcmd command. Signed-off-by: Igor Opaniuk --- include/configs/apalis_imx6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/apalis_imx6.h') diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 9d9e16e5d9..c27ba6ca6b 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -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" \ -- cgit