diff options
Diffstat (limited to 'board/cray/L1')
-rw-r--r-- | board/cray/L1/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cray/L1/u-boot.lds b/board/cray/L1/u-boot.lds index f5b10f8..d278866 100644 --- a/board/cray/L1/u-boot.lds +++ b/board/cray/L1/u-boot.lds @@ -146,6 +146,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |