armv8-m: correct CONFIG_SYS_RESERVED from 8 to 9 accordingly

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I94a24140c57f21e80b7a0c517e7458adf23e2c88
This commit is contained in:
liuhaitao
2021-08-04 22:39:31 +08:00
parent 030d496728
commit 694e7d29f4
+2 -2
View File
@@ -45,8 +45,8 @@
# ifdef CONFIG_BUILD_PROTECTED
# ifndef CONFIG_SYS_RESERVED
# error "CONFIG_SYS_RESERVED must be defined to have the value 8"
# elif CONFIG_SYS_RESERVED != 8
# error "CONFIG_SYS_RESERVED must have the value 8"
# elif CONFIG_SYS_RESERVED != 9
# error "CONFIG_SYS_RESERVED must have the value 9"
# endif
# else
# ifndef CONFIG_SYS_RESERVED