diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-25 21:33:38 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-11 11:55:33 +0800 |
commit | 9b43dbfb91e0884b817405b3b2985259cabb4ce8 (patch) | |
tree | 878403c4c61d8a0ed88b7e62628fd536e06fafd3 /arch/x86/include/asm/init_helpers.h | |
parent | 2545fa59f89294875db94f5edbd9e435cdd36c4f (diff) | |
download | u-boot-9b43dbfb91e0884b817405b3b2985259cabb4ce8.tar.gz |
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>
Diffstat (limited to 'arch/x86/include/asm/init_helpers.h')
-rw-r--r-- | arch/x86/include/asm/init_helpers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/init_helpers.h b/arch/x86/include/asm/init_helpers.h index c689a63266..ef05ac4781 100644 --- a/arch/x86/include/asm/init_helpers.h +++ b/arch/x86/include/asm/init_helpers.h @@ -9,7 +9,5 @@ #define _INIT_HELPERS_H_ int init_cache_f_r(void); -int init_bd_struct_r(void); -int init_func_spi(void); #endif /* !_INIT_HELPERS_H_ */ |