]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Remove board_init16() call which is not used
authorSimon Glass <sjg@chromium.org>
Thu, 6 Nov 2014 20:20:01 +0000 (13:20 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:24:08 +0000 (07:24 +0100)
commit85d87328ea3d16b8e099854684166732e1954c71
tree6cd0f371de37c73148961deefcc6de22d1d147bd
parentbc4880616187e4cda0e74ac55f3423ebb84048e1
x86: Remove board_init16() call which is not used

This allows a board to do very early init, but no boards need to do this.
We may as well drop this feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/start16.S