Commit 90dc25b2 authored by Ryan QIAN's avatar Ryan QIAN Committed by Maureen Helm
Browse files

soc: arm: nxp_imx: rt: update flash size of 32KB



- Add 32KB to flash size

Signed-off-by: default avatarRyan QIAN <jianghao.qian@nxp.com>
parent cc3358e0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,7 +10,9 @@
#include <arch/arm/cortex_m/mpu/arm_mpu.h>

/* Flash Region Definitions */
#if CONFIG_FLASH_SIZE == 64
#if CONFIG_FLASH_SIZE == 32
#define REGION_FLASH_SIZE REGION_32K
#elif CONFIG_FLASH_SIZE == 64
#define REGION_FLASH_SIZE REGION_64K
#elif CONFIG_FLASH_SIZE == 128
#define REGION_FLASH_SIZE REGION_128K