summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/lib/u-boot.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/u-boot.lds.S b/arch/arm/lib/u-boot.lds.S
index 1ea8be1e9f..fe844421d7 100644
--- a/arch/arm/lib/u-boot.lds.S
+++ b/arch/arm/lib/u-boot.lds.S
@@ -37,6 +37,7 @@ SECTIONS
_stext = .;
_text = .;
*(.text_entry*)
+ *(.text_bare_init*)
*(.text*)
}