]> git.ipfire.org Git - people/ms/u-boot.git/commit
Blackfin: fix bd_t handling
authorMike Frysinger <vapier@gentoo.org>
Fri, 24 Dec 2010 17:48:16 +0000 (12:48 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 8 Apr 2011 04:44:26 +0000 (00:44 -0400)
commit5a9a2c55d14260bc5b9fb6c36e2b32ee325a8aec
tree14930892f3ca4d15c058056529e5b4c037de0df2
parentd2ab733c0585cb58983eadb82b2be7127e437fd9
Blackfin: fix bd_t handling

The recent global data changes (making the size autogenerated) broke the
board info handling on Blackfin ports as we were lying and lumping the
bd_t size in with the gd_t size.  So use the new dedicated bd_t size to
setup its own address in memory.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/config.h
arch/blackfin/lib/board.c