Skip to content
Commit 24e860fb authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: multiplatform: always pick one CPU type



With the new default platform code, we can always boot using DT
without requiring a board file, but we cannot build a kernel
unless we select at least one CPU core, which breaks some
"randconfig" builds.

This adapts the ARCH_MULTI_V4T and ARCH_MULTI_V5 options so we
always default to a common CPU core if no platform was enabled
that picks something else. The default we pick for ARMv4T is
ARM920T, while for ARMv5 we pick ARM926T.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0626494d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment