aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-22 11:02:16 -0600
committerTom Rini <trini@konsulko.com>2024-04-22 11:02:16 -0600
commit230a1dd608ca06dd618bd61b1df689b14e10a1c6 (patch)
tree1ae220e24c606e5072fc29b7b20ffa47e8fa09e2 /arch/arm/Kconfig
parent9552923ded4484c3dd5bc9e51f7a473cb48914ba (diff)
parent63334ca9b593dcb378c19cc0712174dbe918e027 (diff)
downloadu-boot-230a1dd608ca06dd618bd61b1df689b14e10a1c6.zip
u-boot-230a1dd608ca06dd618bd61b1df689b14e10a1c6.tar.gz
u-boot-230a1dd608ca06dd618bd61b1df689b14e10a1c6.tar.bz2
Merge patch series "configs: apple: Switch to standard boot + small adjustments"
Janne Grunau <j@jannau.net> says: This series contains a few misc config changes for Apple silicon systems: - switch from the deprecated distro boot scripts to standard boot - allows EFI console resizing based on the video console size - enables 16x32 bitmap fonts as Apple devices come with high DPI displays - enables 64-bit LBA addressing
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 c9f2657..9b17ad3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1022,7 +1022,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