summaryrefslogtreecommitdiff
path: root/board/synopsys/emsdp/Kconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <alexey.brodkin@synopsys.com>2018-10-18 09:54:58 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2018-11-01 23:04:05 +0300
commitadc9b09a23f3cfef56130abc4c4c1a9085a0ec13 (patch)
treee0f697c49f0e718ef58da575c172b51a7420b905 /board/synopsys/emsdp/Kconfig
parentfdaccfeb5e03e18c05be386b8a7c6be02be2cf15 (diff)
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>
Diffstat (limited to 'board/synopsys/emsdp/Kconfig')
-rw-r--r--board/synopsys/emsdp/Kconfig12
1 files changed, 12 insertions, 0 deletions
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