arm: update Kconfig help for ENABLE_ARM_SOC_BOOT0_HOOK
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Tue, 13 Feb 2018 12:18:00 +0000 (13:18 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 04:24:22 +0000 (23:24 -0500)
commit7d531e8a4f9265ade08bc1d35135ff8888381a15
treeebe13c33221b6ccd86bad6461d014ad0bf0b2f39
parent6becd9de6b4a320dcc647fe50bf820f28d62190b
arm: update Kconfig help for ENABLE_ARM_SOC_BOOT0_HOOK

When this config is enabled, <asm/arch/boot0.h> is included,
but the Kconfig help says this should be a define
(ARM_SOC_BOOT0_HOOK).

The code for this in arch/arm/lib/vectors.s was changed on
01/02/2017 with commit ce62e57fc571 ("ARM: boot0 hook: remove macro,
include whole header file").

Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
arch/arm/Kconfig