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
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
||||||
#include <arch/arm/cortex_m/mpu/arm_mpu.h>
|
#include <arch/arm/cortex_m/mpu/arm_mpu.h>
|
||||||
|
|
||||||
/* Flash Region Definitions */
|
/* 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
|
#define REGION_FLASH_SIZE REGION_64K
|
||||||
#elif CONFIG_FLASH_SIZE == 128
|
#elif CONFIG_FLASH_SIZE == 128
|
||||||
#define REGION_FLASH_SIZE REGION_128K
|
#define REGION_FLASH_SIZE REGION_128K
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue