mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 11:46:59 +02:00
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>
13 lines
138 B
Plaintext
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
|