ARM: Add secure section for initialized data
[platform/kernel/u-boot.git] / arch / arm / include / asm / secure.h
index 6d9088b..5a403bc 100644 (file)
@@ -4,6 +4,7 @@
 #include <config.h>
 
 #define __secure __attribute__ ((section ("._secure.text")))
+#define __secure_data __attribute__ ((section ("._secure.data")))
 
 #ifdef CONFIG_ARMV7_SECURE_BASE
 /*