summaryrefslogtreecommitdiff
path: root/board/amcc/redwood/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/redwood/u-boot.lds')
-rw-r--r--board/amcc/redwood/u-boot.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/amcc/redwood/u-boot.lds b/board/amcc/redwood/u-boot.lds
index 2104cc2a3..8362c9b8a 100644
--- a/board/amcc/redwood/u-boot.lds
+++ b/board/amcc/redwood/u-boot.lds
@@ -70,7 +70,7 @@ SECTIONS
board/amcc/redwood/init.o (.text)
/* . = env_offset;*/
-/* common/environment.o(.text)*/
+/* common/env_embedded.o(.text)*/
*(.text)
*(.fixup)
@@ -141,6 +141,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(4);
}
_end = . ;
PROVIDE (end = .);