drivers: bt_nxp: Use DT code partition if needed
Remove the logic from the board level about overriding the flash load size and instead just select to use the DT code partition if app is not expected to be able to occupy the whole flash space because of the firmware image being loaded separately. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
59eb3eac92
commit
d4d56de4d4
3 changed files with 1 additions and 6 deletions
|
@ -5,9 +5,6 @@
|
|||
|
||||
if BOARD_FRDM_RW612
|
||||
|
||||
config FLASH_LOAD_SIZE
|
||||
default 0x400000 if !BOOTLOADER_MCUBOOT && !NXP_MONOLITHIC_BT
|
||||
|
||||
config NET_L2_ETHERNET
|
||||
default y if DT_HAS_NXP_ENET_MAC_ENABLED && NETWORKING
|
||||
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
|
||||
if BOARD_RD_RW612_BGA
|
||||
|
||||
config FLASH_LOAD_SIZE
|
||||
default 0x400000 if !BOOTLOADER_MCUBOOT && !NXP_MONOLITHIC_BT
|
||||
|
||||
if LVGL
|
||||
|
||||
# Enable DMA for LCDIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue