| Submitter | Allen Martin |
|---|---|
| Date | Aug. 15, 2012, 8:44 p.m. |
| Message ID | <1345063472-8732-9-git-send-email-amartin@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/177813/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index d1a7f3a..6753f95 100644 --- a/board/nvidia/common/board.c +++ b/board/nvidia/common/board.c @@ -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) {