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 <axel.lebourhis@nxp.com> Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
This commit is contained in:
parent
ca53f5ee8e
commit
bb6669418a
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
if BOARD_RD_RW612_BGA
|
if BOARD_RD_RW612_BGA
|
||||||
|
|
||||||
|
config FLASH_LOAD_SIZE
|
||||||
|
default 0x400000 if !BOOTLOADER_MCUBOOT && !NXP_MONOLITHIC_BT
|
||||||
|
|
||||||
if LVGL
|
if LVGL
|
||||||
|
|
||||||
# Enable DMA for LCDIC
|
# Enable DMA for LCDIC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue