]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Drop unused init_helper functions
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:38 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commit9b43dbfb91e0884b817405b3b2985259cabb4ce8
tree878403c4c61d8a0ed88b7e62628fd536e06fafd3
parent2545fa59f89294875db94f5edbd9e435cdd36c4f
x86: Drop unused init_helper functions

Drop init_bd_struct_r() which is no-longer used. Also drop the declaration
for init_func_spi() since this is now handled by generic board init.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/init_helpers.h
arch/x86/lib/init_helpers.c