blob: b07887eadcf587245333ec50308185a938cbf70a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2 * (C) Copyright 2011
3 * Graeme Russ, <graeme.russ@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef _INIT_HELPERS_H_
9#define _INIT_HELPERS_H_
10
11int calculate_relocation_address(void);
12
13int init_cache_f_r(void);
14int init_bd_struct_r(void);
15int init_func_spi(void);
16int find_fdt(void);
17int prepare_fdt(void);
18
19#endif /* !_INIT_HELPERS_H_ */