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