diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-06-22 14:26:27 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-06-22 14:26:27 +0000 |
commit | 067be2baa14e1183219fbd8d2265085519c1ab69 (patch) | |
tree | fa075ac9cc45a4bb77cc981bb944962d42612295 /resources/u-boot/gru_bob/config | |
parent | 559e8de5de087cf690a7b4a0af5be9d4ddd36f59 (diff) | |
parent | f0236acbc663fbfce6763ff4092803059adfc584 (diff) |
Merge pull request 'u-boot: Increase EFI variable buffer size' (#83) from alpernebbi/lbmk:uboot-efivar-size into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/83
Diffstat (limited to 'resources/u-boot/gru_bob/config')
-rw-r--r-- | resources/u-boot/gru_bob/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/u-boot/gru_bob/config/default b/resources/u-boot/gru_bob/config/default index 64f5274f..cffadddc 100644 --- a/resources/u-boot/gru_bob/config/default +++ b/resources/u-boot/gru_bob/config/default @@ -2176,7 +2176,7 @@ CONFIG_CMD_BOOTEFI_BOOTMGR=y CONFIG_EFI_VARIABLE_FILE_STORE=y # CONFIG_EFI_VARIABLE_NO_STORE is not set # CONFIG_EFI_VARIABLES_PRESEED is not set -CONFIG_EFI_VAR_BUF_SIZE=16384 +CONFIG_EFI_VAR_BUF_SIZE=32768 # CONFIG_EFI_RUNTIME_UPDATE_CAPSULE is not set # CONFIG_EFI_CAPSULE_ON_DISK is not set CONFIG_EFI_DEVICE_PATH_TO_TEXT=y |