summaryrefslogtreecommitdiff
path: root/resources/u-boot/gru_kevin/config/default
diff options
context:
space:
mode:
authorLeah Rowe <vimuser@noreply.codeberg.org>2023-06-22 14:26:27 +0000
committerLeah Rowe <vimuser@noreply.codeberg.org>2023-06-22 14:26:27 +0000
commit067be2baa14e1183219fbd8d2265085519c1ab69 (patch)
treefa075ac9cc45a4bb77cc981bb944962d42612295 /resources/u-boot/gru_kevin/config/default
parent559e8de5de087cf690a7b4a0af5be9d4ddd36f59 (diff)
parentf0236acbc663fbfce6763ff4092803059adfc584 (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_kevin/config/default')
-rw-r--r--resources/u-boot/gru_kevin/config/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/u-boot/gru_kevin/config/default b/resources/u-boot/gru_kevin/config/default
index eabaf9c6..6c72c468 100644
--- a/resources/u-boot/gru_kevin/config/default
+++ b/resources/u-boot/gru_kevin/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