diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-23 23:30:31 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-23 23:30:31 +0000 |
commit | c1e7efa98d4dbdb8e7f397c68cd27d26cb0f78de (patch) | |
tree | 9e8ad36fd702bce5444099ffabfa553c74f97530 | |
parent | 036c15fe71c4ec69e4403e0957f6c84357177d49 (diff) | |
download | coreboot-c1e7efa98d4dbdb8e7f397c68cd27d26cb0f78de.tar.xz |
Remove left-overs from Winbond southbridge removal (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4831 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/southbridge/Kconfig | 1 | ||||
-rw-r--r-- | src/southbridge/Makefile.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/Kconfig b/src/southbridge/Kconfig index c25355a9f8..10ff4c5184 100644 --- a/src/southbridge/Kconfig +++ b/src/southbridge/Kconfig @@ -5,4 +5,3 @@ source src/southbridge/nvidia/Kconfig source src/southbridge/ricoh/Kconfig source src/southbridge/sis/Kconfig source src/southbridge/via/Kconfig -source src/southbridge/winbond/Kconfig diff --git a/src/southbridge/Makefile.inc b/src/southbridge/Makefile.inc index b3312af853..5c0b377c1b 100644 --- a/src/southbridge/Makefile.inc +++ b/src/southbridge/Makefile.inc @@ -5,4 +5,3 @@ subdirs-y += nvidia subdirs-y += ricoh subdirs-y += sis subdirs-y += via -subdirs-y += winbond |