Angel Pons has uploaded this change for review.

View Change

mb/supermicro/x11ssh: drop plus sign/text in name

There is no board named X11SSH+-TF.

Change-Id: Ide01a8d59c09747dfe7d59fd9e17bd5194fb14e4
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/supermicro/x11ssh/Kconfig
M src/mainboard/supermicro/x11ssh/Kconfig.name
2 files changed, 4 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35445/1
diff --git a/src/mainboard/supermicro/x11ssh/Kconfig b/src/mainboard/supermicro/x11ssh/Kconfig
index 4f18a80..e6f342d 100644
--- a/src/mainboard/supermicro/x11ssh/Kconfig
+++ b/src/mainboard/supermicro/x11ssh/Kconfig
@@ -46,7 +46,7 @@

config VARIANT_DIR
string
- default "tf" if BOARD_SUPERMICRO_X11SSH_PLUS_TF
+ default "tf" if BOARD_SUPERMICRO_X11SSH_TF

config DEVICETREE
string
@@ -54,7 +54,7 @@

config MAINBOARD_PART_NUMBER
string
- default "X11SSH-TF" if BOARD_SUPERMICRO_X11SSH_PLUS_TF
+ default "X11SSH-TF" if BOARD_SUPERMICRO_X11SSH_TF

config MAX_CPUS
int
diff --git a/src/mainboard/supermicro/x11ssh/Kconfig.name b/src/mainboard/supermicro/x11ssh/Kconfig.name
index a9b351b..43d0517 100644
--- a/src/mainboard/supermicro/x11ssh/Kconfig.name
+++ b/src/mainboard/supermicro/x11ssh/Kconfig.name
@@ -1,3 +1,3 @@
-config BOARD_SUPERMICRO_X11SSH_PLUS_TF
- bool "X11SSH+-TF"
+config BOARD_SUPERMICRO_X11SSH_TF
+ bool "X11SSH-TF"
select BOARD_SUPERMICRO_BASEBOARD_X11SSH

To view, visit change 35445. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ide01a8d59c09747dfe7d59fd9e17bd5194fb14e4
Gerrit-Change-Number: 35445
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange