]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Zero out board info struct on bootup
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 15 Sep 2010 00:13:51 +0000 (19:13 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Oct 2010 21:00:30 +0000 (23:00 +0200)
commita1c4864ab0e1b98d82afa2438e54dc61ccad78cf
treed71dd4822dd2960533ede728509a50dc4ac5b43d
parenteaadb44edf6799099ee73d423bbfd5e33b8ee9ff
powerpc: Zero out board info struct on bootup

This puts the board info struct in a known state and allows the removal
of other code which initialized board info fields to 0.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
arch/powerpc/lib/board.c