diff options
| author | Francesco Dolcini <[email protected]> | 2026-04-24 12:42:04 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:35:36 -0600 |
| commit | 6912d6190912fa09765202fd8f45db560090a9eb (patch) | |
| tree | 8c14eaeb1ccab3b8836f9c0b655213b1e005687b | |
| parent | 2c34e32b9b684b77b7799ac9962b22d10f271ec3 (diff) | |
configs: aquila-am69: Enable EFI related options
Enable EFI related options, as suggested for booting standard aarch64
Linux distribution, following the ARM recommendations for SystemReady
compliance [1].
The RTC used on this board is not currently supported by U-Boot,
therefore it is not enabled at the moment.
Link: https://developer.arm.com/documentation/DUI1101/4-5/Configure-U-Boot-for-SystemReady [1]
Signed-off-by: Francesco Dolcini <[email protected]>
| -rw-r--r-- | configs/aquila-am69_a72_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/aquila-am69_a72_defconfig b/configs/aquila-am69_a72_defconfig index 6a0ccd15e6d..07c9be65809 100644 --- a/configs/aquila-am69_a72_defconfig +++ b/configs/aquila-am69_a72_defconfig @@ -57,6 +57,7 @@ CONFIG_SPL_THERMAL=y CONFIG_SYS_PROMPT="Aquila AM69 # " CONFIG_CMD_ASKENV=y # CONFIG_CMD_EXPORTENV is not set +CONFIG_CMD_NVEDIT_EFI=y CONFIG_CRC32_VERIFY=y CONFIG_CMD_MD5SUM=y CONFIG_MD5SUM_VERIFY=y @@ -72,7 +73,6 @@ CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_BOOTCOUNT=y CONFIG_CMD_TIME=y CONFIG_CMD_EXT4_WRITE=y -# CONFIG_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y |
