summaryrefslogtreecommitdiff
path: root/board/pcippc2/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/pcippc2/u-boot.lds')
-rw-r--r--board/pcippc2/u-boot.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/pcippc2/u-boot.lds b/board/pcippc2/u-boot.lds
index ebb1b6d46..53951083c 100644
--- a/board/pcippc2/u-boot.lds
+++ b/board/pcippc2/u-boot.lds
@@ -63,7 +63,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)
@@ -134,6 +134,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(4);
}
_end = . ;
PROVIDE (end = .);