summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/db800/Kconfig10
-rw-r--r--src/mainboard/amd/norwich/Kconfig10
-rw-r--r--src/mainboard/artecgroup/dbe61/Kconfig10
-rw-r--r--src/mainboard/digitallogic/msm800sev/Kconfig10
-rw-r--r--src/mainboard/iei/pcisa-lx-800-r10/Kconfig10
-rw-r--r--src/mainboard/lippert/roadrunner-lx/Kconfig10
-rw-r--r--src/mainboard/lippert/spacerunner-lx/Kconfig10
-rw-r--r--src/mainboard/pcengines/alix1c/Kconfig10
8 files changed, 0 insertions, 80 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
diff --git a/src/mainboard/artecgroup/dbe61/Kconfig b/src/mainboard/artecgroup/dbe61/Kconfig
index 1d63305221..62470f479c 100644
--- a/src/mainboard/artecgroup/dbe61/Kconfig
+++ b/src/mainboard/artecgroup/dbe61/Kconfig
@@ -31,16 +31,6 @@ config IRQ_SLOT_COUNT
default 3
depends on BOARD_ARTECGROUP_DBE61
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
- depends on BOARD_ARTECGROUP_DBE61
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_ARTECGROUP_DBE61
-
config RAMBASE
hex
default 0x4000
diff --git a/src/mainboard/digitallogic/msm800sev/Kconfig b/src/mainboard/digitallogic/msm800sev/Kconfig
index 17e64318fb..06ac45645f 100644
--- a/src/mainboard/digitallogic/msm800sev/Kconfig
+++ b/src/mainboard/digitallogic/msm800sev/Kconfig
@@ -32,16 +32,6 @@ config IRQ_SLOT_COUNT
default 9
depends on BOARD_DIGITALLOGIC_MSM800SEV
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
- depends on BOARD_DIGITALLOGIC_MSM800SEV
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_DIGITALLOGIC_MSM800SEV
-
config RAMBASE
hex
default 0x4000
diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Kconfig b/src/mainboard/iei/pcisa-lx-800-r10/Kconfig
index 5d0c4972ba..5180b84cf1 100644
--- a/src/mainboard/iei/pcisa-lx-800-r10/Kconfig
+++ b/src/mainboard/iei/pcisa-lx-800-r10/Kconfig
@@ -31,16 +31,6 @@ config IRQ_SLOT_COUNT
default 9
depends on BOARD_IEI_PCISA_LX_800_R10
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
- depends on BOARD_IEI_PCISA_LX_800_R10
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_IEI_PCISA_LX_800_R10
-
config RAMBASE
hex
default 0x4000
diff --git a/src/mainboard/lippert/roadrunner-lx/Kconfig b/src/mainboard/lippert/roadrunner-lx/Kconfig
index 73568480e4..ddd73db8e5 100644
--- a/src/mainboard/lippert/roadrunner-lx/Kconfig
+++ b/src/mainboard/lippert/roadrunner-lx/Kconfig
@@ -32,16 +32,6 @@ config IRQ_SLOT_COUNT
default 7
depends on BOARD_LIPPERT_ROADRUNNER_LX
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
- depends on BOARD_LIPPERT_ROADRUNNER_LX
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_LIPPERT_ROADRUNNER_LX
-
config RAMBASE
hex
default 0x4000
diff --git a/src/mainboard/lippert/spacerunner-lx/Kconfig b/src/mainboard/lippert/spacerunner-lx/Kconfig
index 1043b0efbe..fcba6ada75 100644
--- a/src/mainboard/lippert/spacerunner-lx/Kconfig
+++ b/src/mainboard/lippert/spacerunner-lx/Kconfig
@@ -32,16 +32,6 @@ config IRQ_SLOT_COUNT
default 7
depends on BOARD_LIPPERT_SPACERUNNER_LX
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
- depends on BOARD_LIPPERT_SPACERUNNER_LX
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_LIPPERT_SPACERUNNER_LX
-
config RAMBASE
hex
default 0x4000
diff --git a/src/mainboard/pcengines/alix1c/Kconfig b/src/mainboard/pcengines/alix1c/Kconfig
index 44281254b6..3e1237a47c 100644
--- a/src/mainboard/pcengines/alix1c/Kconfig
+++ b/src/mainboard/pcengines/alix1c/Kconfig
@@ -32,16 +32,6 @@ config IRQ_SLOT_COUNT
default 5
depends on BOARD_PCENGINES_ALIX1C
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
- depends on BOARD_PCENGINES_ALIX1C
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_PCENGINES_ALIX1C
-
config RAMBASE
hex
default 0x4000