mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +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
|
||||
};
|
||||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
/*
|
||||
* Routine: timer_init
|
||||
* Description: init the timestamp and lastinc value
|
||||
|
@ -57,6 +58,7 @@ int timer_init(void)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
void __pin_mux_usb(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue