diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-03 15:42:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-03 15:42:29 +0000 |
commit | 8c4f31b3b5f6c3b7ba0ece39cd7df6273ff70a7e (patch) | |
tree | 8389a39faee37e90aa602aac197e44566f33f562 /src/mainboard/msi | |
parent | 0362c6d6a7da2fb1ce23da544587bb1aa406e67e (diff) |
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 <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5682 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r-- | src/mainboard/msi/ms7135/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/msi/ms7260/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/msi/ms9185/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/msi/ms9282/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/msi/ms9652_fam10/Kconfig | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/msi/ms7135/Kconfig b/src/mainboard/msi/ms7135/Kconfig index 9f8529381a..2ccca0fe19 100644 --- a/src/mainboard/msi/ms7135/Kconfig +++ b/src/mainboard/msi/ms7135/Kconfig @@ -12,7 +12,6 @@ config BOARD_MSI_MS7135 select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select USE_DCACHE_RAM - select USE_PRINTK_IN_CAR select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR diff --git a/src/mainboard/msi/ms7260/Kconfig b/src/mainboard/msi/ms7260/Kconfig index 1c1694bdb3..13c54e4d6d 100644 --- a/src/mainboard/msi/ms7260/Kconfig +++ b/src/mainboard/msi/ms7260/Kconfig @@ -10,7 +10,6 @@ config BOARD_MSI_MS7260 select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET select LIFT_BSP_APIC_ID diff --git a/src/mainboard/msi/ms9185/Kconfig b/src/mainboard/msi/ms9185/Kconfig index 602ba183bd..b80a03c632 100644 --- a/src/mainboard/msi/ms9185/Kconfig +++ b/src/mainboard/msi/ms9185/Kconfig @@ -11,7 +11,6 @@ config BOARD_MSI_MS9185 select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET select LIFT_BSP_APIC_ID diff --git a/src/mainboard/msi/ms9282/Kconfig b/src/mainboard/msi/ms9282/Kconfig index c72e49134b..81e4548b28 100644 --- a/src/mainboard/msi/ms9282/Kconfig +++ b/src/mainboard/msi/ms9282/Kconfig @@ -10,7 +10,6 @@ config BOARD_MSI_MS9282 select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET select K8_REV_F_SUPPORT diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 434bbb46e7..b355dc9f39 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -8,7 +8,6 @@ config BOARD_MSI_MS9652_FAM10 select HAVE_BUS_CONFIG select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_OPTION_TABLE select HAVE_HARD_RESET |