[U-Boot] [PATCH v1] apalis-tk1: use distroboot by default

Igor Opaniuk igor.opaniuk at gmail.com
Wed Aug 28 16:41:22 UTC 2019


From: Igor Opaniuk <igor.opaniuk at toradex.com>

Use distro boot by default instead legacy wrappers.

Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com>
---

 configs/apalis-tk1_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
index be0554b150..bb36bb3870 100644
--- a/configs/apalis-tk1_defconfig
+++ b/configs/apalis-tk1_defconfig
@@ -8,7 +8,7 @@ CONFIG_TARGET_APALIS_TK1=y
 CONFIG_FIT=y
 CONFIG_OF_SYSTEM_SETUP=y
 CONFIG_BOOTDELAY=1
-CONFIG_BOOTCOMMAND="run emmcboot; setenv fdtfile ${soc}-${fdt-module}-${fdt_board}.dtb && run distro_bootcmd"
+CONFIG_BOOTCOMMAND="setenv boot_file zImage; setenv fdtfile ${soc}-${fdt_module}-${fdt_board}.dtb && run distro_bootcmd"
 CONFIG_CONSOLE_MUX=y
 CONFIG_SYS_STDIO_DEREGISTER=y
 CONFIG_VERSION_VARIABLE=y
-- 
2.17.1



More information about the U-Boot mailing list