diff options
author | Martin Roth <martinroth@google.com> | 2015-11-12 14:14:40 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-13 01:30:32 +0100 |
commit | 2035d9aa94187040cfd73b12cc94c34ac1326f16 (patch) | |
tree | 2c2d6c123d40abc44786e68a424816ccafca2fc9 /src | |
parent | 7db2b6cacc237dda66d927ada3cecd634c89fdb4 (diff) | |
download | coreboot-2035d9aa94187040cfd73b12cc94c34ac1326f16.tar.xz |
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@google.com>
Reviewed-on: http://review.coreboot.org/12423
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/newisys/Kconfig | 16 | ||||
-rw-r--r-- | src/mainboard/newisys/Kconfig.name | 2 |
2 files changed, 0 insertions, 18 deletions
diff --git a/src/mainboard/newisys/Kconfig b/src/mainboard/newisys/Kconfig deleted file mode 100644 index e88348802b..0000000000 --- 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 8cae8ba3ad..0000000000 --- a/src/mainboard/newisys/Kconfig.name +++ /dev/null @@ -1,2 +0,0 @@ -config VENDOR_NEWISYS - bool "Newisys" |