diff options
Diffstat (limited to 'src/mainboard/getac/p470/Kconfig')
-rw-r--r-- | src/mainboard/getac/p470/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/getac/p470/Kconfig b/src/mainboard/getac/p470/Kconfig index ed05a30ed1..f531a511a6 100644 --- a/src/mainboard/getac/p470/Kconfig +++ b/src/mainboard/getac/p470/Kconfig @@ -21,7 +21,6 @@ if BOARD_GETAC_P470 config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select ARCH_X86 - select CPU_INTEL_CORE select CPU_INTEL_SOCKET_MFCPGA478 select NORTHBRIDGE_INTEL_I945GM select SOUTHBRIDGE_INTEL_I82801GX @@ -48,14 +47,6 @@ config MAINBOARD_DIR string default getac/p470 -config DCACHE_RAM_BASE - hex - default 0xffdf8000 - -config DCACHE_RAM_SIZE - hex - default 0x8000 - config MAINBOARD_PART_NUMBER string default "P470" |