[coreboot-gerrit] New patch to review for coreboot: newisys: Remove mainboard directory and Kconfig files

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Nov 12 22:29:51 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12423

-gerrit

commit 276fb24e67aa0c9dc6afbe18411631e63ba90cf3
Author: Martin Roth <martinroth at google.com>
Date:   Thu Nov 12 14:14:40 2015 -0700

    newisys: Remove mainboard directory and Kconfig files
    
    Since there are no longer any newisys mainboards, remove the directory
    and Kconfig files.  This removes the Kconfig warning:
    
    mainboard/newisys/Kconfig:3:warning: config symbol defined without type
    
    Change-Id: Icb2e782173166a26fa261f6cfb81b665a846931e
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/newisys/Kconfig      | 16 ----------------
 src/mainboard/newisys/Kconfig.name |  2 --
 2 files changed, 18 deletions(-)

diff --git a/src/mainboard/newisys/Kconfig b/src/mainboard/newisys/Kconfig
deleted file mode 100644
index e883488..0000000
--- a/src/mainboard/newisys/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-if VENDOR_NEWISYS
-
-choice
-	prompt "Mainboard model"
-
-source "src/mainboard/newisys/*/Kconfig.name"
-
-endchoice
-
-source "src/mainboard/newisys/*/Kconfig"
-
-config MAINBOARD_VENDOR
-	string
-	default "Newisys"
-
-endif # VENDOR_NEWISYS
diff --git a/src/mainboard/newisys/Kconfig.name b/src/mainboard/newisys/Kconfig.name
deleted file mode 100644
index 8cae8ba..0000000
--- a/src/mainboard/newisys/Kconfig.name
+++ /dev/null
@@ -1,2 +0,0 @@
-config VENDOR_NEWISYS
-	bool "Newisys"



More information about the coreboot-gerrit mailing list