]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: ringneck-px30: enforce ENV_IS_NOWHERE with Kconfig select
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Wed, 1 Mar 2023 17:31:15 +0000 (18:31 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 07:16:00 +0000 (15:16 +0800)
commitc3328c3ba8c9c1718247456053bd61876672c0fa
tree429736b3bfc68bd75b0b3e4c394138e42a72b272
parent6a89465f3f298d2f71ee59456de7436b0d0ae033
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>
board/theobroma-systems/ringneck_px30/Kconfig
board/theobroma-systems/ringneck_px30/ringneck-px30.c
configs/ringneck-px30_defconfig