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

For x86, things have adjusted somewhat since this series was originally
written. It has its own way of running through initcalls which is actually
nicer than others archs.

Unfortunately this does introduce exceptions. We will soon require use of
generic board on x86, but until then we need to fit in with what is there,
and treat x86 as a special case.

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