All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: update Kconfig help for ENABLE_ARM_SOC_BOOT0_HOOK
@ 2018-02-13 12:18 Simon Goldschmidt
  2018-02-14 16:43 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Goldschmidt @ 2018-02-13 12:18 UTC (permalink / raw)
  To: u-boot

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 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 225f57e847..7b618d6881 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
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] arm: update Kconfig help for ENABLE_ARM_SOC_BOOT0_HOOK
  2018-02-13 12:18 [U-Boot] [PATCH] arm: update Kconfig help for ENABLE_ARM_SOC_BOOT0_HOOK Simon Goldschmidt
@ 2018-02-14 16:43 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-02-14 16:43 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 13, 2018 at 01:18:00PM +0100, Simon Goldschmidt wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180214/892c6ba0/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-14 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 12:18 [U-Boot] [PATCH] arm: update Kconfig help for ENABLE_ARM_SOC_BOOT0_HOOK Simon Goldschmidt
2018-02-14 16:43 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.