diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-04 18:54:01 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-04 18:57:24 +0000 |
commit | 965f9bd03351c9809b7074ae85dfbecb3e37e548 (patch) | |
tree | 06c74b7e1bea489e2cebf41bb809640d42ecf902 /config/u-boot/gru_bob | |
parent | 44e6a0c09050a2e13af2294a59aaac6b0bc707dd (diff) |
Add bootflow/branding patches to arm64 U-Boot too
U-Boot on ARM64 also enables the bootflow menu.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot/gru_bob')
-rw-r--r-- | config/u-boot/gru_bob/config/default | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/u-boot/gru_bob/config/default b/config/u-boot/gru_bob/config/default index 863a0fee..0d42fc98 100644 --- a/config/u-boot/gru_bob/config/default +++ b/config/u-boot/gru_bob/config/default @@ -4,7 +4,7 @@ # # -# Compiler: gcc (Debian 14.2.0-8) 14.2.0 +# Compiler: gcc (Debian 12.2.0-14) 12.2.0 # CONFIG_CREATE_ARCH_SYMLINK=y CONFIG_SUPPORT_LITTLE_ENDIAN=y @@ -327,7 +327,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=140200 +CONFIG_GCC_VERSION=120200 CONFIG_CLANG_VERSION=0 CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CC_OPTIMIZE_FOR_SPEED is not set @@ -713,6 +713,7 @@ CONFIG_CMD_BOOTM=y CONFIG_CMD_BOOTDEV=y CONFIG_CMD_BOOTFLOW=y CONFIG_CMD_BOOTFLOW_FULL=y +CONFIG_CMD_BOOTFLOW_BOOTDELAY=8 CONFIG_CMD_BOOTMETH=y CONFIG_BOOTM_EFI=y CONFIG_BOOTM_ELF=y |