From: Arnd Bergmann Date: Fri, 26 Sep 2014 10:27:00 +0000 (+0200) Subject: ARM: at91: fix nommu build regression X-Git-Tag: fixes-for-v3.18-merge-window~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e138e3ae873159e27f7df02bc1c83f62f94c6fa6;p=pandora-kernel.git ARM: at91: fix nommu build regression The newly introduced support for SAMA5D4 added access to the 'AT91_ALT_BASE_SYS' register area, but failed to define the symbols in the case when CONFIG_MMU is disabled. We really should not hardwire addresses like this any more, but as a small fixup, this patch just adds the missing definitions for the nommu case, which gets at91x40_defconfig and any configuration of sam9 and sama5 with MMU disabled back to work. Signed-off-by: Arnd Bergmann Fixes: 726d32bf79ef4 ("ARM: at91: SAMA5D4 SoC detection code and low ...") --- Reading git-diff-tree failed