pcengines: align VENDOR_ and BOARD_ names for PC engines
Coming changes to abuild require that VENDOR_ and BOARD_ names have common suffixes. Change-Id: I44cf759dd3b2d02c525eb325dc9c5c989f172ac5 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-on: http://review.coreboot.org/548 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
cc16cca2be
commit
c8ac6a5aa3
|
@ -90,7 +90,7 @@ config VENDOR_NOKIA
|
|||
bool "Nokia"
|
||||
config VENDOR_NVIDIA
|
||||
bool "NVIDIA"
|
||||
config VENDOR_PC_ENGINES
|
||||
config VENDOR_PCENGINES
|
||||
bool "PC Engines"
|
||||
config VENDOR_RCA
|
||||
bool "RCA"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if VENDOR_PC_ENGINES
|
||||
if VENDOR_PCENGINES
|
||||
|
||||
choice
|
||||
prompt "Mainboard model"
|
||||
|
@ -17,4 +17,4 @@ config MAINBOARD_VENDOR
|
|||
string
|
||||
default "PC Engines"
|
||||
|
||||
endif # VENDOR_PC_ENGINES
|
||||
endif # VENDOR_PCENGINES
|
||||
|
|
Loading…
Reference in New Issue