mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -818,11 +818,6 @@ static init_fnc_t init_sequence_f[] = {
|
||||
probecpu,
|
||||
#endif
|
||||
arch_cpu_init, /* basic arch cpu dependent setup */
|
||||
#ifdef CONFIG_X86
|
||||
# ifdef CONFIG_OF_CONTROL
|
||||
find_fdt, /* TODO(sjg@chromium.org): remove */
|
||||
# endif
|
||||
#endif
|
||||
mark_bootstage,
|
||||
#ifdef CONFIG_OF_CONTROL
|
||||
fdtdec_check_fdt,
|
||||
|
Reference in New Issue
Block a user