From adc9b09a23f3cfef56130abc4c4c1a9085a0ec13 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 18 Oct 2018 09:54:58 +0300 Subject: 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 --- board/synopsys/emsdp/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/synopsys/emsdp/Kconfig (limited to 'board/synopsys/emsdp/Kconfig') diff --git a/board/synopsys/emsdp/Kconfig b/board/synopsys/emsdp/Kconfig new file mode 100644 index 0000000000..8228bb5c74 --- /dev/null +++ b/board/synopsys/emsdp/Kconfig @@ -0,0 +1,12 @@ +if TARGET_EMSDP + +config SYS_BOARD + default "emsdp" + +config SYS_VENDOR + default "synopsys" + +config SYS_CONFIG_NAME + default "emsdp" + +endif -- cgit