mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
adc9b09a23
Real marketing name of the board was recently updated so to accommodate that change renaming the board and all related to it. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
12 lines
138 B
Text
12 lines
138 B
Text
if TARGET_EMSDP
|
|
|
|
config SYS_BOARD
|
|
default "emsdp"
|
|
|
|
config SYS_VENDOR
|
|
default "synopsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "emsdp"
|
|
|
|
endif
|