aboutsummaryrefslogtreecommitdiff
path: root/configs/gose_defconfig
diff options
context:
space:
mode:
authorMarek Vasut2024-02-11 18:34:28 +0100
committerMarek Vasut2024-02-17 22:38:20 +0100
commite4c2f0f78646e179632d0e8bcadfaab5c6077cc0 (patch)
tree9bad213985d888461a8a460a6ed482fab4e9a56e /configs/gose_defconfig
parent49ad0c8eee151187235fc54f9c4ea1368bededf0 (diff)
ARM: renesas: Disable EFI on R-Car Gen2
These systems are unlikely to use EFI as this functionality has not been enabled until it got pulled in by Kconfig default. This functionality does add some 60-70 kiB to the u-boot.img size, which overflows the size limit. Disable it. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Diffstat (limited to 'configs/gose_defconfig')
-rw-r--r--configs/gose_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gose_defconfig b/configs/gose_defconfig
index 4220b9349b7..92bb5911765 100644
--- a/configs/gose_defconfig
+++ b/configs/gose_defconfig
@@ -68,6 +68,7 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nor0=spi0.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=spi0.0:256k(u-boot-spl),512k(u-boot-env1),512k(u-boot-env2),768k(u-boot),-(user)"
+CONFIG_PARTITION_UUIDS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
@@ -104,3 +105,4 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_PCI=y
CONFIG_USB_STORAGE=y
CONFIG_SYS_TIMER_COUNTS_DOWN=y
+# CONFIG_EFI_LOADER is not set