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/cpu/amd/model_10xxx/Kconfig | 1 - src/cpu/amd/model_fxx/Kconfig | 1 - src/cpu/intel/socket_FC_PGA370/Kconfig | 1 - src/cpu/via/model_c7/Kconfig | 1 - 4 files changed, 4 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index 6dcdd87aff..6c66ebaf13 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -1,6 +1,5 @@ config CPU_AMD_MODEL_10XXX bool - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select SSE select SSE2 diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig index 539171c6b1..4f59b6d08a 100644 --- a/src/cpu/amd/model_fxx/Kconfig +++ b/src/cpu/amd/model_fxx/Kconfig @@ -1,6 +1,5 @@ config CPU_AMD_MODEL_FXX bool - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select MMX select SSE diff --git a/src/cpu/intel/socket_FC_PGA370/Kconfig b/src/cpu/intel/socket_FC_PGA370/Kconfig index c9ce39efdd..7116f32e0a 100644 --- a/src/cpu/intel/socket_FC_PGA370/Kconfig +++ b/src/cpu/intel/socket_FC_PGA370/Kconfig @@ -23,7 +23,6 @@ config CPU_INTEL_SOCKET_FC_PGA370 select CPU_INTEL_MODEL_68X select MMX select SSE - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select TINY_BOOTBLOCK diff --git a/src/cpu/via/model_c7/Kconfig b/src/cpu/via/model_c7/Kconfig index 7790b95ee8..57fe4e95ef 100644 --- a/src/cpu/via/model_c7/Kconfig +++ b/src/cpu/via/model_c7/Kconfig @@ -3,7 +3,6 @@ config CPU_VIA_C7 select UDELAY_TSC select MMX select SSE2 - select USE_PRINTK_IN_CAR config DCACHE_RAM_BASE hex -- cgit v1.2.3