diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-28 19:40:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-28 19:40:03 +0000 |
commit | 43fed9b4ed2fe831ed8c65e28e7593d2fa4902f0 (patch) | |
tree | 1a265b17a3a9f48493ea450ede07e22d625e9d4f /src/mainboard/supermicro/h8dme | |
parent | 9c3e8b52d64c95d8e27c187598f6e4e41e596da9 (diff) |
disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job,
and it's not working anyways.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5174 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/h8dme')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/h8dme/Kconfig b/src/mainboard/supermicro/h8dme/Kconfig index d297069e67..c35c50610b 100644 --- a/src/mainboard/supermicro/h8dme/Kconfig +++ b/src/mainboard/supermicro/h8dme/Kconfig @@ -12,7 +12,7 @@ config BOARD_SUPERMICRO_H8DME select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET - select AP_CODE_IN_CAR + #select AP_CODE_IN_CAR select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_1024 |