From ada694ae8531ebfe95c185c0ebb76ddad711c436 Mon Sep 17 00:00:00 2001 From: Troy Kisky <troy.kisky@boundarydevices.com> Date: Thu, 1 Aug 2019 14:05:29 -0700 Subject: [PATCH] a: use CONFIG_USB_BOOT_FIRST Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- configs/a_defconfig | 1 + include/configs/a.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/a_defconfig b/configs/a_defconfig index d2fc042ad3b..b6f72a5fecc 100644 --- a/configs/a_defconfig +++ b/configs/a_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_SYS_TEXT_BASE=0x17800000 +CONFIG_USB_BOOT_FIRST=y CONFIG_TARGET_A=y CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/a/a_s512m.cfg,MX6S,DDR_MB=512,DEFCONFIG=\"a\"" diff --git a/include/configs/a.h b/include/configs/a.h index 4167b6706b2..d4e9ce2a2f4 100644 --- a/include/configs/a.h +++ b/include/configs/a.h @@ -18,9 +18,6 @@ #define CONFIG_SYS_FSL_USDHC_NUM 1 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #define BD_I2C_MASK 2 -#define BOOT_TARGET_DEVICES(func) \ - DISTRO_BOOT_DEV_USB(func) \ - DISTRO_BOOT_DEV_MMC(func) #define BD_USB_START "setexpr otgstat *0x020c9030 \\\\& 0x08000000;" \ "if itest.l ${otgstat} -eq 0 ; then " \ "usb start;" \ -- GitLab