Skip to content
Snippets Groups Projects
Commit 45ec5b25 authored by Allen Martin's avatar Allen Martin Committed by Albert ARIBAUD
Browse files

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: default avatarAllen Martin <amartin@nvidia.com>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Tested-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent c7da6c67
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ const struct tegra20_sysinfo sysinfo = { ...@@ -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) ...@@ -57,6 +58,7 @@ int timer_init(void)
{ {
return 0; return 0;
} }
#endif
void __pin_mux_usb(void) void __pin_mux_usb(void)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment