diff options
author | Martin Roth <martinroth@google.com> | 2017-06-18 13:18:10 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-22 15:19:05 +0000 |
commit | 287f9638af7ab1f0b4bc420a6644591b9cdfd729 (patch) | |
tree | 15862e9a4fe013f403af50dda4c41603fe81c0f1 /src/mainboard/bifferos/Kconfig | |
parent | be05f5d7d16b55cd4188da6ae4e4b9977933d057 (diff) |
mainboard/bifferos: remove bifferboard
This board can't be found to be tested, and compiles romstage with
romcc. If desired, it can be continued in the 4.6 branch.
Change-Id: I4826c277bbb444c2f0573729d76cd492ade95b4c
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20261
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/bifferos/Kconfig')
-rw-r--r-- | src/mainboard/bifferos/Kconfig | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/mainboard/bifferos/Kconfig b/src/mainboard/bifferos/Kconfig deleted file mode 100644 index 06f0f9f4e5..0000000000 --- a/src/mainboard/bifferos/Kconfig +++ /dev/null @@ -1,31 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## - -if VENDOR_BIFFEROS - -choice - prompt "Mainboard model" - -source "src/mainboard/bifferos/*/Kconfig.name" - -endchoice - -source "src/mainboard/bifferos/*/Kconfig" - -config MAINBOARD_VENDOR - string - default "Bifferos" - -endif # VENDOR_BIFFEROS |