diff options
author | Janne Grunau <j@jannau.net> | 2024-04-18 21:00:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-22 11:02:08 -0600 |
commit | 63334ca9b593dcb378c19cc0712174dbe918e027 (patch) | |
tree | fc3f1406bbbe75d238ca9ec31ae2621c5a98e93a | |
parent | f1972dd73f4dd18d708e5109ffcb492d0687487b (diff) |
arm: apple: Do not list bootflows on boot
The bootflow list is only seen briefly and is probably more confusing
than helpful.
Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
-rw-r--r-- | configs/apple_m1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig index c30aec7c55b..4eac1a9e2d8 100644 --- a/configs/apple_m1_defconfig +++ b/configs/apple_m1_defconfig @@ -8,6 +8,7 @@ CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y +CONFIG_BOOTCOMMAND="bootflow scan -b" CONFIG_BOARD_LATE_INIT=y CONFIG_CMD_SELECT_FONT=y # CONFIG_NET is not set |