aboutsummaryrefslogtreecommitdiff
path: root/nand_spl/board/sheldon/simpc8313/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'nand_spl/board/sheldon/simpc8313/u-boot.lds')
-rw-r--r--nand_spl/board/sheldon/simpc8313/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/sheldon/simpc8313/u-boot.lds b/nand_spl/board/sheldon/simpc8313/u-boot.lds
index 40c414549..ad8258957 100644
--- a/nand_spl/board/sheldon/simpc8313/u-boot.lds
+++ b/nand_spl/board/sheldon/simpc8313/u-boot.lds
@@ -30,8 +30,8 @@ SECTIONS
.text : {
*(.text*)
. = ALIGN(16);
- *(.rodata*)
*(.eh_frame)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
}
. = ALIGN(8);