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