All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR
@ 2020-05-01 14:53 Tom Rini
  2020-05-01 21:57 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2020-05-01 14:53 UTC (permalink / raw)
  To: u-boot

The correct syntax is 'select SYS_...' and not 'select CONFIG_SYS...'

Fixes: d5c819b885c2 ("actions: Move defconfig options to Kconfig")
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8e67e1c58733..3383b05e480b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -881,7 +881,7 @@ config ARCH_OWL
 	select CLK
 	select CLK_OWL
 	select OF_CONTROL
-	select CONFIG_SYS_RELOC_GD_ENV_ADDR
+	select SYS_RELOC_GD_ENV_ADDR
 	imply CMD_DM
 
 config ARCH_QEMU
-- 
2.17.1

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

* [PATCH] actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR
  2020-05-01 14:53 [PATCH] actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR Tom Rini
@ 2020-05-01 21:57 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-05-01 21:57 UTC (permalink / raw)
  To: u-boot

On Fri, May 01, 2020 at 10:53:29AM -0400, Tom Rini wrote:

> The correct syntax is 'select SYS_...' and not 'select CONFIG_SYS...'
> 
> Fixes: d5c819b885c2 ("actions: Move defconfig options to Kconfig")
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200501/afb55832/attachment.sig>

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

end of thread, other threads:[~2020-05-01 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01 14:53 [PATCH] actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR Tom Rini
2020-05-01 21:57 ` 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.