summaryrefslogtreecommitdiff
path: root/board/ppmc7xx/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/ppmc7xx/u-boot.lds')
-rw-r--r--board/ppmc7xx/u-boot.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ppmc7xx/u-boot.lds b/board/ppmc7xx/u-boot.lds
index 5239b35af..ca2e30016 100644
--- a/board/ppmc7xx/u-boot.lds
+++ b/board/ppmc7xx/u-boot.lds
@@ -60,7 +60,7 @@ SECTIONS
/* store the environment in a seperate sector in the boot flash */
/* . = env_offset; */
-/* common/environment.o(.text) */
+/* common/env_embedded.o(.text) */
*(.text)
*(.fixup)
@@ -128,6 +128,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(4);
}
_end = . ;
PROVIDE (end = .);