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