OSDN Git Service

ARM: 9141/1: only warn about XIP address when not compile testing
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Oct 2021 14:30:37 +0000 (15:30 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 19 Oct 2021 09:39:50 +0000 (10:39 +0100)
commit48ccc8edf5b90622cdc4f8878e0042ab5883e2ca
treef9c9a3e9dcf381aa3d147c48fe2598fd4a2ce0be
parent1f323127cab086e4fd618981b1e5edc396eaf0f4
ARM: 9141/1: only warn about XIP address when not compile testing

In randconfig builds, we sometimes come across this warning:

arm-linux-gnueabi-ld: XIP start address may cause MPU programming issues

While this is helpful for actual systems to figure out why it
fails, the warning does not provide any benefit for build testing,
so guard it in a check for CONFIG_COMPILE_TEST, which is usually
set on randconfig builds.

Fixes: 216218308cfb ("ARM: 8713/1: NOMMU: Support MPU in XIP configuration")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/vmlinux-xip.lds.S