arch: clean up Kconfig and Makefile

remove some unused code

Change-Id: I41602fb391c1910c588a4f9dcc7c2edefe8ab5bc
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3669
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Stefan Reinauer 2013-05-29 13:10:56 -07:00 committed by Stefan Reinauer
parent 2d8112523a
commit 37332b66fa
3 changed files with 0 additions and 30 deletions

View File

@ -1,9 +1,5 @@
menu "Architecture (armv7)"
config EABI_COMPAT
bool "Toolchain is EABI compatible"
default n
# Maximum reboot count
# TODO: Improve description.
config MAX_REBOOT_CNT
@ -36,17 +32,4 @@ config UPDATE_IMAGE
is a suitable file for further processing.
The bootblock will not be modified.
config BOOTBLOCK_SOC_INIT
string
# FIXME: Should cache policy be set on a per-CPU basis?
# FIXME(dhendrix): Stefan sayz to make a smart decision and not prompt the user.
config ARM_DCACHE_POLICY_WRITEBACK
bool
default y
config ARM_DCACHE_POLICY_WRITETHROUGH
bool
default n
endmenu

View File

@ -103,14 +103,6 @@ config HAVE_ARCH_MEMCPY
bool
default y
config BIG_ENDIAN
bool
default n
config LITTLE_ENDIAN
bool
default !BIG_ENDIAN
config IOAPIC_INTERRUPTS_ON_FSB
bool
default y if !IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
@ -119,10 +111,6 @@ config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
bool
default n
config PCI_CONF2
bool
default n
config HPET_ADDRESS
hex
default 0xfed00000 if !HPET_ADDRESS_OVERRIDE

View File

@ -1,7 +1,6 @@
ramstage-y += c_start.S
ramstage-y += cpu.c
ramstage-y += pci_ops_conf1.c
ramstage-$(CONFIG_PCI_CONF2) += pci_ops_conf2.c
ramstage-$(CONFIG_MMCONF_SUPPORT) += pci_ops_mmconf.c
ramstage-y += exception.c
ramstage-$(CONFIG_IOAPIC) += ioapic.c