summaryrefslogtreecommitdiffstats
path: root/src/occ_405/ssx_app_cfg.h
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2015-11-11 11:56:52 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2015-11-17 13:03:42 -0600
commit8636a4c381119451f8e411b615922aa59d39ce9b (patch)
tree7c7a811fbd248ebdbf18b8b53e01f0039dfe188f /src/occ_405/ssx_app_cfg.h
parent4db492e2bb390bf702a321aba25b085fd4c3807c (diff)
downloadtalos-occ-8636a4c381119451f8e411b615922aa59d39ce9b.tar.gz
talos-occ-8636a4c381119451f8e411b615922aa59d39ce9b.zip
Update linkscript and init sections
RTC: 134747 Change-Id: I3028b215f5560574e2ad5368f1a861bf46c61eb7 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21961 Reviewed-by: Wael Elessawy <welessa@us.ibm.com> Tested-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/ssx_app_cfg.h')
-rwxr-xr-xsrc/occ_405/ssx_app_cfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/occ_405/ssx_app_cfg.h b/src/occ_405/ssx_app_cfg.h
index f210acf..d576110 100755
--- a/src/occ_405/ssx_app_cfg.h
+++ b/src/occ_405/ssx_app_cfg.h
@@ -209,7 +209,11 @@ do { \
#define SSX_TRACE_TIMEBASE_HZ PPC405_TIMEBASE_HZ
#endif /* APPCFG_USE_EXT_TIMEBASE_FOR_TRACE */
+#if SSX_USE_INIT_SECTION
#define INIT_SEC_NM_STR "initSection"
#define INIT_SECTION __attribute__ ((section (INIT_SEC_NM_STR)))
+#else
+#define INIT_SECTION
+#endif
#endif /*__SSX_APP_CFG_H__*/
OpenPOWER on IntegriCloud