From: Igor Opaniuk Date: Thu, 11 Mar 2021 20:00:34 +0000 (+0200) Subject: colibri_imx6: adjust boot order X-Git-Tag: baikal/mips/sdk5.9~34^2^2~109^2~34 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=c5fe5f34d6d0b4ca25d6f34e8f31debfdb71ec2b;p=uboot.git colibri_imx6: adjust boot order Remove duplicate of mmc0, set this boot order: 1) SD 2) eMMC 3) USB 4) DHCP boot Fixes: cb2600a0e85e ("colibri_imx6: boot env configuration updates") Signed-off-by: Igor Opaniuk Signed-off-by: Oleksandr Suvorov --- diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index c014d6b2d5..5f5e201b4c 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -72,7 +72,6 @@ #ifndef CONFIG_SPL_BUILD #define BOOT_TARGET_DEVICES(func) \ - func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ func(MMC, mmc, 0) \ func(USB, usb, 0) \