mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
eec342ab18
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>
14 lines
186 B
Text
14 lines
186 B
Text
if TARGET_OMAP3_LOGIC
|
|
|
|
config SYS_BOARD
|
|
default "omap3som"
|
|
|
|
config SYS_VENDOR
|
|
default "logicpd"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap3_logic"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|