mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
These are no-longer needed so drop them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
21b9b14b49
commit
003504b6fe
3 changed files with 0 additions and 34 deletions
|
@ -13,7 +13,5 @@ int calculate_relocation_address(void);
|
|||
int init_cache_f_r(void);
|
||||
int init_bd_struct_r(void);
|
||||
int init_func_spi(void);
|
||||
int find_fdt(void);
|
||||
int prepare_fdt(void);
|
||||
|
||||
#endif /* !_INIT_HELPERS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue