mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
powerpc/86xx: remove empty board_early_init_f()
Remove an empty board_early_init_f() from the MPC8641HPCN board. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
ae425c1eca
commit
eb0d47e181
2 changed files with 0 additions and 7 deletions
|
@ -34,11 +34,6 @@
|
||||||
|
|
||||||
phys_size_t fixed_sdram(void);
|
phys_size_t fixed_sdram(void);
|
||||||
|
|
||||||
int board_early_init_f(void)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int checkboard(void)
|
int checkboard(void)
|
||||||
{
|
{
|
||||||
u8 vboot;
|
u8 vboot;
|
||||||
|
|
|
@ -90,8 +90,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
||||||
#define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0)
|
#define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */
|
#define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */
|
||||||
#define CONFIG_SYS_MEMTEST_END 0x00400000
|
#define CONFIG_SYS_MEMTEST_END 0x00400000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue