aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2024-04-18 21:00:28 +0200
committerTom Rini <trini@konsulko.com>2024-04-22 11:02:08 -0600
commitf1972dd73f4dd18d708e5109ffcb492d0687487b (patch)
treead83e90f919ba3250282e8af35f9fbc102bf400e /arch/arm/Kconfig
parent59f5ce836d8ac86d31f0c902d9fc1e1f4425fb53 (diff)
downloadu-boot-f1972dd73f4dd18d708e5109ffcb492d0687487b.zip
u-boot-f1972dd73f4dd18d708e5109ffcb492d0687487b.tar.gz
u-boot-f1972dd73f4dd18d708e5109ffcb492d0687487b.tar.bz2
arm: apple: Switch to standard boot
Use standard boot instead of the distro boot scripts. Use BOOTSTD_FULL instead of BOOTSTD_DEFAULTS for easier interactive use. Signed-off-by: Janne Grunau <j@jannau.net> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Neal Gompa <neal@gompa.dev>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 01d6556..9b83b2e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1034,7 +1034,7 @@ config ARCH_APPLE
select USB
imply CMD_DM
imply CMD_GPT
- imply DISTRO_DEFAULTS
+ imply BOOTSTD_FULL
imply OF_HAS_PRIOR_STAGE
config ARCH_OWL