mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 18:41:30 +00:00
tegra20: remove timer_init from SPL build
Don't use timer_init from tegra board.c. This comes out of arm720t for the SPL build. Signed-off-by: Allen Martin <amartin@nvidia.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Tested-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
c7da6c6757
commit
45ec5b2579
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ const struct tegra20_sysinfo sysinfo = {
|
||||||
CONFIG_TEGRA20_BOARD_STRING
|
CONFIG_TEGRA20_BOARD_STRING
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef CONFIG_SPL_BUILD
|
||||||
/*
|
/*
|
||||||
* Routine: timer_init
|
* Routine: timer_init
|
||||||
* Description: init the timestamp and lastinc value
|
* Description: init the timestamp and lastinc value
|
||||||
|
@ -57,6 +58,7 @@ int timer_init(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void __pin_mux_usb(void)
|
void __pin_mux_usb(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue