From fc2b8ec5ad0e3ea7ac310e4192fe5cee0a249770 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 30 Mar 2010 21:41:33 +0000 Subject: drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5331 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/olpc/btest/Kconfig | 5 ----- src/mainboard/olpc/rev_a/Kconfig | 5 ----- 2 files changed, 10 deletions(-) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/btest/Kconfig b/src/mainboard/olpc/btest/Kconfig index 775268d40d..a2d119d411 100644 --- a/src/mainboard/olpc/btest/Kconfig +++ b/src/mainboard/olpc/btest/Kconfig @@ -28,8 +28,3 @@ config IRQ_SLOT_COUNT int default 2 depends on BOARD_OLPC_BTEST - -config USE_INIT - bool - default n - depends on BOARD_OLPC_BTEST diff --git a/src/mainboard/olpc/rev_a/Kconfig b/src/mainboard/olpc/rev_a/Kconfig index cace5e3673..65a37dddf0 100644 --- a/src/mainboard/olpc/rev_a/Kconfig +++ b/src/mainboard/olpc/rev_a/Kconfig @@ -28,8 +28,3 @@ config IRQ_SLOT_COUNT int default 2 depends on BOARD_OLPC_REV_A - -config USE_INIT - bool - default n - depends on BOARD_OLPC_REV_A -- cgit v1.2.3