diff mbox series

[v7,10/11] atmel: Disable SPL_EFI_PARTITION for sama5d27_som1_ek_qspiflash

Message ID 20230402140231.v7.10.I6180d1b3ccc57d1a5d8bdc9831477fc178a54878@changeid
State Superseded
Delegated to: Tom Rini
Headers show
Series [v7,01/11] bootstd: Tweak bootflow logic for device tree | expand

Commit Message

Simon Glass April 2, 2023, 2:02 a.m. UTC
This is enabled by BOOT_DEFAULT but makes SPL too large. Disable it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v6)

Changes in v6:
- Add new patch to disable SPL_EFI_PARTITION for sama5d27 board

 configs/sama5d27_som1_ek_qspiflash_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/sama5d27_som1_ek_qspiflash_defconfig b/configs/sama5d27_som1_ek_qspiflash_defconfig
index 1c8adfbb7a31..94f070b87ef2 100644
--- a/configs/sama5d27_som1_ek_qspiflash_defconfig
+++ b/configs/sama5d27_som1_ek_qspiflash_defconfig
@@ -119,3 +119,4 @@  CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
 CONFIG_W1_EEPROM_DS24XXX=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+# CONFIG_SPL_EFI_PARTITION is not set