mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 13:31:16 +02:00
actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR
The correct syntax is 'select SYS_...' and not 'select CONFIG_SYS...'
Fixes: d5c819b885
("actions: Move defconfig options to Kconfig")
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -909,7 +909,7 @@ config ARCH_OWL
|
|||||||
select CLK
|
select CLK
|
||||||
select CLK_OWL
|
select CLK_OWL
|
||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
select CONFIG_SYS_RELOC_GD_ENV_ADDR
|
select SYS_RELOC_GD_ENV_ADDR
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
|
|
||||||
config ARCH_QEMU
|
config ARCH_QEMU
|
||||||
|
Reference in New Issue
Block a user