init.h (e2c219cd7103761826f4ca99c905f547ade34c97) init.h (fc22ee215a1385ddaefd01e01975b6a67d9d8072)
1/*
2 * (C) Copyright 2000-2009
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * Copy the startup prototype, previously defined in common.h
6 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
7 *
8 * SPDX-License-Identifier: GPL-2.0+

--- 149 unchanged lines hidden (view full) ---

158int update_flash_size(int flash_size);
159int arch_early_init_r(void);
160void pci_init(void);
161int misc_init_r(void);
162#if defined(CONFIG_VID)
163int init_func_vid(void);
164#endif
165
1/*
2 * (C) Copyright 2000-2009
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * Copy the startup prototype, previously defined in common.h
6 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
7 *
8 * SPDX-License-Identifier: GPL-2.0+

--- 149 unchanged lines hidden (view full) ---

158int update_flash_size(int flash_size);
159int arch_early_init_r(void);
160void pci_init(void);
161int misc_init_r(void);
162#if defined(CONFIG_VID)
163int init_func_vid(void);
164#endif
165
166/* common/board_info.c */
167int checkboard(void);
168int show_board_info(void);
166
167#endif /* __ASSEMBLY__ */
168/* Put only stuff here that the assembler can digest */
169
170#endif /* __INIT_H_ */
169
170#endif /* __ASSEMBLY__ */
171/* Put only stuff here that the assembler can digest */
172
173#endif /* __INIT_H_ */