From bb6669418a0e7500e30678be4e86ca0d49cd57c5 Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis Date: Thu, 16 May 2024 14:40:39 +0200 Subject: [PATCH] boards: rd_rw612_bga: flash size with monolithic feature When building with monolithic feature enabled, the firmwares binaries will be linked during the build with the application. This means we can remove the application size limit due to the firmware storage in flash not useful anymore. Signed-off-by: Axel Le Bourhis Signed-off-by: Yassine El Aissaoui --- boards/nxp/rd_rw612_bga/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/nxp/rd_rw612_bga/Kconfig.defconfig b/boards/nxp/rd_rw612_bga/Kconfig.defconfig index 376f96da2b3..88123b61899 100644 --- a/boards/nxp/rd_rw612_bga/Kconfig.defconfig +++ b/boards/nxp/rd_rw612_bga/Kconfig.defconfig @@ -5,6 +5,9 @@ if BOARD_RD_RW612_BGA +config FLASH_LOAD_SIZE + default 0x400000 if !BOOTLOADER_MCUBOOT && !NXP_MONOLITHIC_BT + if LVGL # Enable DMA for LCDIC