projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4c077
)
actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR
author
Tom Rini
<trini@konsulko.com>
Fri, 1 May 2020 14:52:11 +0000
(10:52 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 1 May 2020 17:30:52 +0000
(13:30 -0400)
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
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 8b6c6a2965c9dd705a92d1d1c164b46e8b88b64c..b494bcae95423540442563b913699282ef41e75f 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-909,7
+909,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