diff options
author | Adam Ford <aford173@gmail.com> | 2017-05-13 13:14:37 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 17:00:27 (GMT) |
commit | eec342ab184fe2c0e0b244956b9bf92588863499 (patch) | |
tree | 2f28cdf36e70b9d2684fbd334d3f2d81aa45cdd7 /board | |
parent | df7fafd13f1354852b84a741e7fd2954bd071173 (diff) | |
download | u-boot-eec342ab184fe2c0e0b244956b9bf92588863499.tar.xz |
omap3: omap3_logic: switch to using TI_COMMON_CMD_OPTION
Enable TI_COMMON_CMD_OPTIONS and remove similar options
from the defconfig. Updated with savedefconfig
CMD_USB isn't enabled yet. I have some testing to do with
musb.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/logicpd/omap3som/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/logicpd/omap3som/Kconfig b/board/logicpd/omap3som/Kconfig index 03d272a..68d40dc 100644 --- a/board/logicpd/omap3som/Kconfig +++ b/board/logicpd/omap3som/Kconfig @@ -9,4 +9,6 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "omap3_logic" +source "board/ti/common/Kconfig" + endif |