u-boot-brain/board/synopsys/emsdp/Kconfig
Alexey Brodkin adc9b09a23 emdk->emsdp: Rename board
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>
2018-11-01 23:04:05 +03:00

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