diff options
author | Simon Goldschmidt | 2018-02-13 13:18:00 +0100 |
---|---|---|
committer | Tom Rini | 2018-02-13 23:24:22 -0500 |
commit | 7d531e8a4f9265ade08bc1d35135ff8888381a15 (patch) | |
tree | ebe13c33221b6ccd86bad6461d014ad0bf0b2f39 /arch | |
parent | 6becd9de6b4a320dcc647fe50bf820f28d62190b (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 225f57e8473..7b618d68817 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -287,9 +287,8 @@ config ENABLE_ARM_SOC_BOOT0_HOOK bool "prepare BOOT0 header" help If the SoC's BOOT0 requires a header area filled with (magic) - values, then choose this option, and create a define called - ARM_SOC_BOOT0_HOOK which contains the required assembler - preprocessor code. + values, then choose this option, and create a file included as + <asm/arch/boot0.h> which contains the required assembler code. config ARM_CORTEX_CPU_IS_UP bool |