66aae5e1ec
When individual CONFIG_ switches for the A9MPcore and A15MPcore devices were created, they were inadvertently given incorrect names (CONFIG_ARM9MPCORE and CONFIG_ARM15MPCORE). These CPUs are "Cortex-A9MP" and "Cortex-A15MP", and in particular the ARM9 is a different (rather older) CPU than the Cortex-A9. Rename the CONFIG_ switches to bring them into line with the source file names and CPU names. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1376056215-26391-1-git-send-email-peter.maydell@linaro.org
6 lines
155 B
Makefile
6 lines
155 B
Makefile
obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o
|
|
obj-$(CONFIG_A9MPCORE) += a9mpcore.o
|
|
obj-$(CONFIG_A15MPCORE) += a15mpcore.o
|
|
obj-$(CONFIG_ICC_BUS) += icc_bus.o
|
|
|