mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-17 15:31:48 +01:00
Fix 8641HPCN pollution
This commit is contained in:
parent
515ab8a62e
commit
492900b985
@ -30,6 +30,7 @@
|
|||||||
#include <asm/processor.h>
|
#include <asm/processor.h>
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef MPC8641HPCN
|
||||||
/*
|
/*
|
||||||
* get_board_sys_clk
|
* get_board_sys_clk
|
||||||
* Reads the FPGA on board for CONFIG_SYS_CLK_FREQ
|
* Reads the FPGA on board for CONFIG_SYS_CLK_FREQ
|
||||||
@ -93,6 +94,7 @@ unsigned long get_board_sys_clk(ulong dummy)
|
|||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
void get_sys_info (sys_info_t *sysInfo)
|
void get_sys_info (sys_info_t *sysInfo)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user