soc: arm: nxp_imx: rt: update flash size of 32KB
- Add 32KB to flash size Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
This commit is contained in:
parent
cc3358e04d
commit
90dc25b256
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue