aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-03-01 18:31:15 +0100
committerKever Yang <kever.yang@rock-chips.com>2023-04-21 15:16:00 +0800
commitc3328c3ba8c9c1718247456053bd61876672c0fa (patch)
tree429736b3bfc68bd75b0b3e4c394138e42a72b272 /configs
parent6a89465f3f298d2f71ee59456de7436b0d0ae033 (diff)
downloadu-boot-c3328c3ba8c9c1718247456053bd61876672c0fa.zip
u-boot-c3328c3ba8c9c1718247456053bd61876672c0fa.tar.gz
u-boot-c3328c3ba8c9c1718247456053bd61876672c0fa.tar.bz2
rockchip: ringneck-px30: enforce ENV_IS_NOWHERE with Kconfig select
Instead of letting the compiler error out if CONFIG_ENV_IS_NOWHERE is not selected by the user, let's just enforce it when the user builds for Ringneck PX30 so that no check needs to be performed by the compiler and the configuration is always valid. Suggested-by: Tom Rini <trini@konsulko.com> Cc: Quentin Schulz <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/ringneck-px30_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig
index 91706d8..e9234ef 100644
--- a/configs/ringneck-px30_defconfig
+++ b/configs/ringneck-px30_defconfig
@@ -68,7 +68,6 @@ CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_LIVE=y
CONFIG_OF_SPL_REMOVE_PROPS="interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
CONFIG_ENV_OVERWRITE=y
-CONFIG_ENV_IS_NOWHERE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SPL_DM_SEQ_ALIAS=y