diff options
| author | Marek Vasut <[email protected]> | 2024-02-11 18:34:28 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2024-02-17 22:38:20 +0100 |
| commit | e4c2f0f78646e179632d0e8bcadfaab5c6077cc0 (patch) | |
| tree | 9bad213985d888461a8a460a6ed482fab4e9a56e /configs/koelsch_defconfig | |
| parent | 49ad0c8eee151187235fc54f9c4ea1368bededf0 (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 <[email protected]>
Reviewed-by: Paul Barker <[email protected]>
Diffstat (limited to 'configs/koelsch_defconfig')
| -rw-r--r-- | configs/koelsch_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig index d39533cc393..8d9c3b94499 100644 --- a/configs/koelsch_defconfig +++ b/configs/koelsch_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 |
