diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-14 12:29:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-14 12:29:24 +0000 |
commit | 9bbc74119ea1b3226666b770658ce510ac3b8e96 (patch) | |
tree | fa968ea4affc071b1e55a2057d72eb38c1d62cd6 /testhal/ATSAMA5D2/MATRIX/chconf.h | |
parent | df0a27871a256b6fa1b7a8e18cfd74f2c86b9119 (diff) | |
download | ChibiOS-9bbc74119ea1b3226666b770658ce510ac3b8e96.tar.gz ChibiOS-9bbc74119ea1b3226666b770658ce510ac3b8e96.tar.bz2 ChibiOS-9bbc74119ea1b3226666b770658ce510ac3b8e96.zip |
Configuration files realignment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11741 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/MATRIX/chconf.h')
-rwxr-xr-x | testhal/ATSAMA5D2/MATRIX/chconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/ATSAMA5D2/MATRIX/chconf.h b/testhal/ATSAMA5D2/MATRIX/chconf.h index 98659e9c9..468ffe85e 100755 --- a/testhal/ATSAMA5D2/MATRIX/chconf.h +++ b/testhal/ATSAMA5D2/MATRIX/chconf.h @@ -603,13 +603,6 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-/**
- * @brief Trust zone configuration.
- * @details If enabled the kernel is configured for the secure world
- * and can access specific devices.
- */
-#define CH_CFG_SEC_WORLD TRUE
-
#endif /* CHCONF_H */
/** @} */
|