mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
d7e8b2b98a
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org>
25 lines
303 B
Text
25 lines
303 B
Text
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
|