Philip Prindeville ([email protected]) just uploaded a new patch 
set to gerrit, which you can find at http://review.coreboot.org/548

-gerrit

commit 99b78c2949cb8d61ffb5d2941dcfa7e12405f664
Author: Philip Prindeville <[email protected]>
Date:   Wed Jan 18 00:31:50 2012 -0700

    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 <[email protected]>
---
 src/mainboard/Kconfig           |    2 +-
 src/mainboard/pcengines/Kconfig |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index 13032a6..cc4e14f 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 d5d7008..6c6646d 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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to