Angel Pons has uploaded this change for review.

View Change

HP sandy/ivy desktops: Fix Kconfig symbol names

hp/z220_sff_workstation was using BOARD_HP_COMPAQ_8200_ELITE_SFF_PC, and
hp/compaq_8200_elite was using a very long name. Fix that.

Change-Id: I434cde42c7b9f30f8de77b96bc924aa298bad921
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/hp/compaq_8200_elite_sff/Kconfig
M src/mainboard/hp/compaq_8200_elite_sff/Kconfig.name
M src/mainboard/hp/z220_sff_workstation/Kconfig
M src/mainboard/hp/z220_sff_workstation/Kconfig.name
4 files changed, 4 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/38083/1
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig
index 42efd4a..e3b2ebd 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig
+++ b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_HEWLETT_PACKARD_HP_COMPAQ_8200_ELITE_SFF_PC
+if BOARD_HP_COMPAQ_8200_ELITE_SFF_PC

config BOARD_SPECIFIC_OPTIONS
def_bool y
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig.name b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig.name
index 8de7363..fad77d0 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig.name
+++ b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig.name
@@ -1,2 +1,2 @@
-config BOARD_HEWLETT_PACKARD_HP_COMPAQ_8200_ELITE_SFF_PC
+config BOARD_HP_COMPAQ_8200_ELITE_SFF_PC
bool "Compaq 8200 Elite SFF"
diff --git a/src/mainboard/hp/z220_sff_workstation/Kconfig b/src/mainboard/hp/z220_sff_workstation/Kconfig
index 649cbb1..dc288d6 100644
--- a/src/mainboard/hp/z220_sff_workstation/Kconfig
+++ b/src/mainboard/hp/z220_sff_workstation/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_HP_COMPAQ_8200_ELITE_SFF_PC
+if BOARD_HP_Z220_SFF_WORKSTATION

config BOARD_SPECIFIC_OPTIONS
def_bool y
diff --git a/src/mainboard/hp/z220_sff_workstation/Kconfig.name b/src/mainboard/hp/z220_sff_workstation/Kconfig.name
index b6cfda6..037ebc0 100644
--- a/src/mainboard/hp/z220_sff_workstation/Kconfig.name
+++ b/src/mainboard/hp/z220_sff_workstation/Kconfig.name
@@ -1,2 +1,2 @@
-config BOARD_HP_COMPAQ_8200_ELITE_SFF_PC
+config BOARD_HP_Z220_SFF_WORKSTATION
bool "Z220 SFF Workstation"

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

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