diff options
| author | Janne Grunau <[email protected]> | 2024-04-18 21:00:28 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-22 11:02:08 -0600 |
| commit | f1972dd73f4dd18d708e5109ffcb492d0687487b (patch) | |
| tree | ad83e90f919ba3250282e8af35f9fbc102bf400e /arch | |
| parent | 59f5ce836d8ac86d31f0c902d9fc1e1f4425fb53 (diff) | |
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 <[email protected]>
Reviewed-by: Mark Kettenis <[email protected]>
Reviewed-by: Neal Gompa <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 01d6556c42b..9b83b2e6f8f 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 |
