diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:05:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:05:48 +0200 |
commit | c8f228016202aff5ff09cdeeabe8cffd8d898510 (patch) | |
tree | 583d863ceacb0c9de2051e5057a7dc0fc849252a /board/AtmarkTechno/suzaku | |
parent | 94abd7c0583ebe01e799b25f451201deeaab550d (diff) | |
parent | 342cd097be1e7affe82f42ab3da220959a699e64 (diff) | |
download | u-boot-imx-c8f228016202aff5ff09cdeeabe8cffd8d898510.zip u-boot-imx-c8f228016202aff5ff09cdeeabe8cffd8d898510.tar.gz u-boot-imx-c8f228016202aff5ff09cdeeabe8cffd8d898510.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze
Diffstat (limited to 'board/AtmarkTechno/suzaku')
-rw-r--r-- | board/AtmarkTechno/suzaku/suzaku.c | 2 | ||||
-rw-r--r-- | board/AtmarkTechno/suzaku/u-boot.lds | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/board/AtmarkTechno/suzaku/suzaku.c b/board/AtmarkTechno/suzaku/suzaku.c index afe124a..267c476 100644 --- a/board/AtmarkTechno/suzaku/suzaku.c +++ b/board/AtmarkTechno/suzaku/suzaku.c @@ -24,7 +24,7 @@ /* This is a board specific file. It's OK to include board specific * header files */ -#include <asm/suzaku.h> +#include <config.h> void do_reset(void) { diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds index 00a8ef7..cb90854 100644 --- a/board/AtmarkTechno/suzaku/u-boot.lds +++ b/board/AtmarkTechno/suzaku/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS { __bss_start = .; *(.bss) - __bss_start = .; + __bss_end = .; } + __end = . ; } |