From: Philip Prindeville Date: Wed, 18 Jan 2012 07:31:50 +0000 (-0700) Subject: pcengines: align VENDOR_ and BOARD_ names for PC engines X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c8ac6a5aa3b1012233f515ea328bacaae114c5d9;p=coreboot.git 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 Reviewed-on: http://review.coreboot.org/548 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig index 13032a6b1..cc4e14f21 100644 --- a/src/mainboard/Kconfig +++ b/src/mainboard/Kconfig @@ -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" diff --git a/src/mainboard/pcengines/Kconfig b/src/mainboard/pcengines/Kconfig index d5d700845..6c6646d52 100644 --- a/src/mainboard/pcengines/Kconfig +++ b/src/mainboard/pcengines/Kconfig @@ -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