diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2019-05-27 21:20:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-13 11:11:27 -0400 |
commit | e74e9f620a6e413cca2649b2d5e3f483187735c5 (patch) | |
tree | 7d09d5b75df93c1dd41923d49cde86c4d73f0e57 /include/configs | |
parent | 5579e73c8cc516572b3f3e224f45836f74c37360 (diff) |
ARM: omap3: evm: Enable DM_USB in defconfig
This addresses the following warning message:
===================== WARNING ======================
This board does not use CONFIG_DM_USB. Please update
the board to use CONFIG_DM_USB before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================
As USB support for older OMAP3 SoC's improves, OMAP3 EVM can be
readily adapted. There is some additional 'gpio-hog' support
needed to fully setup USB in a similar manner to Linux.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 4ab172c06d..8e98977de8 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -52,9 +52,6 @@ #endif /* CONFIG_SPL_OS_BOOT */ #endif /* CONFIG_NAND */ -/* Environment */ -#define CONFIG_PREBOOT "usb start" - #define MEM_LAYOUT_ENV_SETTINGS \ DEFAULT_LINUX_BOOT_ENV |