mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9b43dbfb91
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>
13 lines
219 B
C
13 lines
219 B
C
/*
|
|
* (C) Copyright 2011
|
|
* Graeme Russ, <graeme.russ@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _INIT_HELPERS_H_
|
|
#define _INIT_HELPERS_H_
|
|
|
|
int init_cache_f_r(void);
|
|
|
|
#endif /* !_INIT_HELPERS_H_ */
|