[PATCH 0/2] rockchip: theobroma: enforce ENV_IS_NOWHERE with Kconfig select

Quentin Schulz foss+uboot at 0leil.net
Wed Mar 1 18:31:13 CET 2023


As suggested multiple times by Tom, and to facilitate the deprecation of
IS_ENABLED as started in
https://lore.kernel.org/u-boot/20230224181047.2775829-1-troykiskyboundary@gmail.com/
let's migrate Theobroma boards to Kconfig symbol dependency for our boards
instead of dependending on the compiler to error out if it's not defined.

This both guarantees it is selected and improves user-friendliness.

To: Klaus Goger <klaus.goger at theobroma-systems.com>
Cc: Troy Kisky <troykiskyboundary at gmail.com>
Cc: u-boot at lists.denx.de
Suggested-by: Tom Rini <trini at konsulko.com>
Signed-off-by: Quentin Schulz <quentin.schulz at theobroma-systems.com>

---
Quentin Schulz (2):
      rockchip: puma-rk3399: enforce ENV_IS_NOWHERE with Kconfig select
      rockchip: ringneck-px30: enforce ENV_IS_NOWHERE with Kconfig select

 board/theobroma-systems/puma_rk3399/Kconfig           | 1 +
 board/theobroma-systems/puma_rk3399/puma-rk3399.c     | 4 ----
 board/theobroma-systems/ringneck_px30/Kconfig         | 1 +
 board/theobroma-systems/ringneck_px30/ringneck-px30.c | 4 ----
 configs/puma-rk3399_defconfig                         | 1 -
 configs/ringneck-px30_defconfig                       | 1 -
 6 files changed, 2 insertions(+), 10 deletions(-)
---
base-commit: b0eda49bc9b00503366f2ec431be0178caf9e9b5
change-id: 20230301-tsd-env-nowhere-kconfig-a339fd663f15

Best regards,
-- 
Quentin Schulz <quentin.schulz at theobroma-systems.com>


More information about the U-Boot mailing list