summaryrefslogtreecommitdiffstats
path: root/src/securerom.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/securerom.ld')
-rw-r--r--src/securerom.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/securerom.ld b/src/securerom.ld
index 4159440a6..c0d357885 100644
--- a/src/securerom.ld
+++ b/src/securerom.ld
@@ -25,7 +25,8 @@
SECTIONS {
.text : {
- *(.branchtable)
+ *(.text.securerominfo)
+ *(.text.branchtable)
*(.text)
*(.text._*)
*(.text.*)
OpenPOWER on IntegriCloud