diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-18 09:54:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-11-01 23:04:05 +0300 |
commit | adc9b09a23f3cfef56130abc4c4c1a9085a0ec13 (patch) | |
tree | e0f697c49f0e718ef58da575c172b51a7420b905 /board/synopsys/emsdp/Kconfig | |
parent | fdaccfeb5e03e18c05be386b8a7c6be02be2cf15 (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/Kconfig | 12 |
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 |