]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Adjust board_r.c for x86
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:39:53 +0000 (14:39 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:14:00 +0000 (16:14 -0400)
commitbe274b99abd5d8ef3b57aa16a3443b0950002c94
tree85b03a03756f82dc21194b0ef603cf5e923a5ad0
parent48a3380675f4759fd63609d03f5cffc33274f96b
x86: Adjust board_r.c for x86

For x86 the global_data is managed entirely by the start.S code so we do
not need to touch it. However, we do have some more initcalls to add.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_r.c