mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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
|