u-boot-brain/board/ti/evm/Kconfig
Tom Rini 584550d76a omap3: Drop omap3_evm_quick_* targets
These config targets were added well before the Kconfig migration began
as a way to demonstrate how to make these platforms work with cut down
features.  At this point in time they no longer serve a good purpose so
remove them.

Signed-off-by: Tom Rini <trini@konsulko.com>
2016-08-05 20:53:53 -04:00

13 lines
138 B
Plaintext

if TARGET_OMAP3_EVM
config SYS_BOARD
default "evm"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "omap3_evm"
endif