Skip to content
Snippets Groups Projects
Commit ada694ae authored by Troy Kisky's avatar Troy Kisky
Browse files

a: use CONFIG_USB_BOOT_FIRST

parent 9c61fd1e
No related branches found
No related tags found
No related merge requests found
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\""
......
......@@ -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;" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment