diff options
author | Warren Turkal <wt@penguintechs.org> | 2010-09-27 21:18:26 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-27 21:18:26 +0000 |
commit | e0afe735a0fa0564a9ab082593c60f56c291493a (patch) | |
tree | ab01ea91c8cdcdec898cc50afd4954284d7f7eb0 /src/mainboard/amd | |
parent | 768d8ea09830a02fe815b8b60825430a3ec6a10a (diff) | |
download | coreboot-e0afe735a0fa0564a9ab082593c60f56c291493a.tar.xz |
All these boards already had the CACHE_AS_RAM option in their individual
configs. I just moved it the the CPU that they all use.
Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5871 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/db800/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/amd/norwich/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/db800/Kconfig b/src/mainboard/amd/db800/Kconfig index b973c9dad8..e1b94e9011 100644 --- a/src/mainboard/amd/db800/Kconfig +++ b/src/mainboard/amd/db800/Kconfig @@ -10,7 +10,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_PIRQ_TABLE select PIRQ_ROUTE select UDELAY_TSC - select CACHE_AS_RAM select BOARD_ROMSIZE_KB_256 config MAINBOARD_DIR diff --git a/src/mainboard/amd/norwich/Kconfig b/src/mainboard/amd/norwich/Kconfig index 6c65f4de1a..3dc214f00d 100644 --- a/src/mainboard/amd/norwich/Kconfig +++ b/src/mainboard/amd/norwich/Kconfig @@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_PIRQ_TABLE select PIRQ_ROUTE select UDELAY_TSC - select CACHE_AS_RAM select BOARD_ROMSIZE_KB_256 config MAINBOARD_DIR |