mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 19:56:58 +02:00
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org>
26 lines
303 B
Plaintext
26 lines
303 B
Plaintext
if TARGET_DA850EVM
|
|
|
|
config SYS_BOARD
|
|
default "da8xxevm"
|
|
|
|
config SYS_VENDOR
|
|
default "davinci"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "da850evm"
|
|
|
|
endif
|
|
|
|
if TARGET_OMAPL138_LCDK
|
|
|
|
config SYS_BOARD
|
|
default "da8xxevm"
|
|
|
|
config SYS_VENDOR
|
|
default "davinci"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omapl138_lcdk"
|
|
|
|
endif
|