]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: move gd/bd to bss by default
authorMike Frysinger <vapier@gentoo.org>
Thu, 1 Mar 2012 03:48:10 +0000 (22:48 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 22 Apr 2012 17:00:19 +0000 (13:00 -0400)
commita4932d78774a96bef65c5ae3c76538d4949dc9eb
tree3c30fa242d5e135a8fd3c7ca3427472b0b25e7c6
parent33e7e60c77ec89cd969ff5718f798f881c2832b7
Blackfin: move gd/bd to bss by default

We don't need these setup manually, so let the bss do the rest.  On
Blackfin systems, we clear the bss before executing any C code that
would use these, so this should be fine.

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