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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38083 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
942650f240
commit
a022535f2c
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
config BOARD_HP_COMPAQ_8200_ELITE_SFF_PC
|
||||
config BOARD_HP_Z220_SFF_WORKSTATION
|
||||
bool "Z220 SFF Workstation"
|
||||
|
|
Loading…
Reference in New Issue