diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-30 21:41:33 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-30 21:41:33 +0000 |
commit | fc2b8ec5ad0e3ea7ac310e4192fe5cee0a249770 (patch) | |
tree | a3a19ae240d4becd4571c9880a6f68e2d8839ff8 /src/mainboard/gigabyte/ga_2761gxdk | |
parent | acdd52fa82e2157f0777d2d2aab5d74bdc5dcec4 (diff) | |
download | coreboot-fc2b8ec5ad0e3ea7ac310e4192fe5cee0a249770.tar.xz |
drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5331 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/ga_2761gxdk')
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index ac2f2ede61..d08414f217 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -90,11 +90,6 @@ config HT_CHAIN_END_UNITID_BASE default 0x20 depends on BOARD_GIGABYTE_GA_2761GXDK -config USE_INIT - bool - default n - depends on BOARD_GIGABYTE_GA_2761GXDK - config SERIAL_CPU_INIT bool default n |