[PATCH v8 2/4] sunxi: Move to bootstd
Simon Glass
sjg at chromium.org
Fri Sep 26 18:02:10 CEST 2025
Drop support for distroboot and move to using bootstd instead.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v8:
- Drop 'select' for USB
Changes in v2:
- Convert the other DISTRO_DEFAULTS in the Kconfig too
arch/arm/Kconfig | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 625d2e995d2..28ad1341558 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1199,7 +1199,7 @@ config ARCH_SUNXI
select BINMAN
select CMD_GPIO
select CMD_MMC if MMC
- select CMD_USB if DISTRO_DEFAULTS && USB_HOST
+ select CMD_USB if BOOTSTD_DEFAULTS && USB_HOST
select CLK
select DM
select DM_GPIO
@@ -1222,6 +1222,8 @@ config ARCH_SUNXI
select SYS_THUMB_BUILD if !ARM64
select USB_KEYBOARD if DISTRO_DEFAULTS && USB_HOST
select USB_STORAGE if DISTRO_DEFAULTS && USB_HOST
+ select USB_KEYBOARD if BOOTSTD_DEFAULTS && USB_HOST
+ select USB_STORAGE if BOOTSTD_DEFAULTS && USB_HOST
select SPL_USE_TINY_PRINTF if SPL
select USE_PREBOOT
select ENV_RELOC_GD_ENV_ADDR
@@ -1229,7 +1231,7 @@ config ARCH_SUNXI
imply CMD_DM
imply CMD_GPT
imply CMD_UBI if MTD_RAW_NAND
- imply DISTRO_DEFAULTS
+ imply BOOTSTD_DEFAULTS
imply DM_REGULATOR
imply DM_REGULATOR_FIXED
imply FAT_WRITE
--
2.43.0
More information about the U-Boot
mailing list