mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-16 04:07:00 +02: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>
13 lines
138 B
Plaintext
13 lines
138 B
Plaintext
if TARGET_EMSDP
|
|
|
|
config SYS_BOARD
|
|
default "emsdp"
|
|
|
|
config SYS_VENDOR
|
|
default "synopsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "emsdp"
|
|
|
|
endif
|