From: Arnd Bergmann Date: Mon, 3 Jun 2013 13:38:58 +0000 (+0200) Subject: ARM: multiplatform: always pick one CPU type X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e860fbfdb1c3f97d17d3578a146f3b42b9ad83;p=pandora-kernel.git 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: Arnd Bergmann --- Reading git-diff-tree failed