diff options
author | Michal Simek <root@monstr.eu> | 2007-03-26 01:39:07 +0200 |
---|---|---|
committer | Michal Simek <root@monstr.eu> | 2007-03-26 01:39:07 +0200 |
commit | 1798049522f594013aea29457d46794298c6ae15 (patch) | |
tree | 966edd78aadda268b6412e616c051602f99a6094 /board/AtmarkTechno/suzaku | |
parent | cfc67116a706fd18b8f6a9c11a16753c5626d689 (diff) | |
download | u-boot-imx-1798049522f594013aea29457d46794298c6ae15.zip u-boot-imx-1798049522f594013aea29457d46794298c6ae15.tar.gz u-boot-imx-1798049522f594013aea29457d46794298c6ae15.tar.bz2 |
Support for XUPV2P board
Reset support
BSP autoconfig support
Diffstat (limited to 'board/AtmarkTechno/suzaku')
-rw-r--r-- | board/AtmarkTechno/suzaku/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds index 93147fc..cb90854 100644 --- a/board/AtmarkTechno/suzaku/u-boot.lds +++ b/board/AtmarkTechno/suzaku/u-boot.lds @@ -63,4 +63,5 @@ SECTIONS *(.bss) __bss_end = .; } + __end = . ; } |