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