pcengines: align VENDOR_ and BOARD_ names for PC engines
authorPhilip Prindeville <philipp@redfish-solutions.com>
Wed, 18 Jan 2012 07:31:50 +0000 (00:31 -0700)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 30 Jan 2012 08:59:12 +0000 (09:59 +0100)
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>
src/mainboard/Kconfig
src/mainboard/pcengines/Kconfig

index 13032a6b160e97796752f91ac4186d599e07826e..cc4e14f218d419e787eaa00f33afdaf6767d03a6 100644 (file)
@@ -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"
index d5d700845c881de699b8d9dc4f3db1f87ffd965f..6c6646d52532db2a888f32f3594d51a33bd723d1 100644 (file)
@@ -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