From 8c4f31b3b5f6c3b7ba0ece39cd7df6273ff70a7e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 3 Aug 2010 15:42:29 +0000 Subject: Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / board porter: printk should always be available in CAR mode. Also drop CONFIG_USE_INIT, it's only been selected on one ASROCK board but it's not been used there. Very odd. There is one usage of CONFIG_USE_INIT which was always off in src/cpu/intel/car/cache_as_ram.inc and we have to figure out what to do with those few lines. Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5682 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/olpc/btest/Kconfig | 1 - src/mainboard/olpc/rev_a/Kconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/btest/Kconfig b/src/mainboard/olpc/btest/Kconfig index 3b95a8ba50..520d6097fb 100644 --- a/src/mainboard/olpc/btest/Kconfig +++ b/src/mainboard/olpc/btest/Kconfig @@ -6,7 +6,6 @@ config BOARD_OLPC_BTEST select SOUTHBRIDGE_AMD_CS5536 select UDELAY_TSC select USE_DCACHE_RAM - select USE_PRINTK_IN_CAR select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 diff --git a/src/mainboard/olpc/rev_a/Kconfig b/src/mainboard/olpc/rev_a/Kconfig index 6c097c1135..c2b3911523 100644 --- a/src/mainboard/olpc/rev_a/Kconfig +++ b/src/mainboard/olpc/rev_a/Kconfig @@ -6,7 +6,6 @@ config BOARD_OLPC_REV_A select SOUTHBRIDGE_AMD_CS5536 select UDELAY_TSC select USE_DCACHE_RAM - select USE_PRINTK_IN_CAR select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 -- cgit v1.2.3