diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/db800/Kconfig | 10 | ||||
-rw-r--r-- | src/mainboard/amd/norwich/Kconfig | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/amd/db800/Kconfig b/src/mainboard/amd/db800/Kconfig index 6456d4f8fc..95cd0e7b97 100644 --- a/src/mainboard/amd/db800/Kconfig +++ b/src/mainboard/amd/db800/Kconfig @@ -32,16 +32,6 @@ config IRQ_SLOT_COUNT default 4 depends on BOARD_AMD_DB800 -config DCACHE_RAM_BASE - hex - default 0xc8000 - depends on BOARD_AMD_DB800 - -config DCACHE_RAM_SIZE - hex - default 0x8000 - depends on BOARD_AMD_DB800 - config RAMBASE hex default 0x4000 diff --git a/src/mainboard/amd/norwich/Kconfig b/src/mainboard/amd/norwich/Kconfig index 1c67a9ae51..007d8502d2 100644 --- a/src/mainboard/amd/norwich/Kconfig +++ b/src/mainboard/amd/norwich/Kconfig @@ -31,16 +31,6 @@ config IRQ_SLOT_COUNT default 6 depends on BOARD_AMD_NORWICH -config DCACHE_RAM_BASE - hex - default 0xc8000 - depends on BOARD_AMD_NORWICH - -config DCACHE_RAM_SIZE - hex - default 0x8000 - depends on BOARD_AMD_NORWICH - config RAMBASE hex default 0x4000 |