arch: arc: fix mpu version number
ARC mpu version used a wrong number 3, could cause conflict in future. This commit fix this issue to version number 4. Signed-off-by: Yuguo Zou <yuguo.zou@synopsys.com>
This commit is contained in:
parent
15e3355d85
commit
a8b6936c7d
9 changed files with 20 additions and 20 deletions
|
@ -30,7 +30,7 @@
|
|||
#ifdef CONFIG_ARC_MPU_ENABLE
|
||||
#if CONFIG_ARC_MPU_VER == 2
|
||||
#define MPU_MIN_SIZE 2048
|
||||
#elif CONFIG_ARC_MPU_VER == 3
|
||||
#elif CONFIG_ARC_MPU_VER == 4
|
||||
#define MPU_MIN_SIZE 32
|
||||
#endif
|
||||
#define MPU_MIN_SIZE_ALIGN . = ALIGN(MPU_MIN_SIZE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue