diff --git a/configs/ltch_q2g_defconfig b/configs/ltch_q2g_defconfig index 551fe8910acdd144b22ea2ac191e7a3d42ed00a7..755d9ad77f55857955dca2c976deec0ea7d49324 100644 --- a/configs/ltch_q2g_defconfig +++ b/configs/ltch_q2g_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_SYS_TEXT_BASE=0x17800000 +CONFIG_USB_BOOT_FIRST=y CONFIG_TARGET_LTCH=y CONFIG_CMD_HDMIDETECT=y CONFIG_ENV_VARS_UBOOT_CONFIG=y diff --git a/include/configs/ltch.h b/include/configs/ltch.h index 3ab6bd6411a853fcd5b5b7c817c79f3e319e6e42..0818c23df0f55c3fe6ca9f3ad10d37dc38a51d51 100644 --- a/include/configs/ltch.h +++ b/include/configs/ltch.h @@ -16,11 +16,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define BD_I2C_MASK 7 -#define BOOT_TARGET_DEVICES(func) \ - DISTRO_BOOT_DEV_USB(func) \ - DISTRO_BOOT_DEV_MMC(func) \ - DISTRO_BOOT_DEV_SATA(func) - #include "boundary.h" #define CONFIG_EXTRA_ENV_SETTINGS BD_BOUNDARY_ENV_SETTINGS \ "usb_connect_wait=3000\0" \