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/emdk/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/emdk/Kconfig')
-rw-r--r-- | board/synopsys/emdk/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/synopsys/emdk/Kconfig b/board/synopsys/emdk/Kconfig deleted file mode 100644 index a9b834dbfd..0000000000 --- a/board/synopsys/emdk/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_EMDK - -config SYS_BOARD - default "emdk" - -config SYS_VENDOR - default "synopsys" - -config SYS_CONFIG_NAME - default "emdk" - -endif |