diff options
Diffstat (limited to 'board/gen860t')
-rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 1 | ||||
-rw-r--r-- | board/gen860t/u-boot.lds | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index 8215a23..6c8346a 100644 --- a/board/gen860t/u-boot-flashenv.lds +++ b/board/gen860t/u-boot-flashenv.lds @@ -125,6 +125,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index d33aa2e..cab7a10 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -126,6 +126,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .); |