diff options
| author | Vikram Narayanan <[email protected]> | 2012-10-23 00:21:16 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-11-04 16:19:58 +0100 |
| commit | 7ae534cef9393bd60d261aedff87872a319aa769 (patch) | |
| tree | 9c1b26a80e97686cd8f6e636fd924017e9dabd76 | |
| parent | cc69cc002714422cbb551e3d6ebf7e2723c0c6de (diff) | |
socfpga/spl: Remove timer_init from spl_board_init
Timer is initialized already in board_init_r function in
(common/spl/spl.c) No need to initialize it again
Signed-off-by: Vikram Narayanan <[email protected]>
Cc: Dinh Nguyen <[email protected]>
| -rw-r--r-- | arch/arm/cpu/armv7/socfpga/spl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index 944238bad15..23053fd90f9 100644 --- a/arch/arm/cpu/armv7/socfpga/spl.c +++ b/arch/arm/cpu/armv7/socfpga/spl.c @@ -37,9 +37,6 @@ u32 spl_boot_device(void) */ void spl_board_init(void) { - /* init timer for enabling delay function */ - timer_init(); - /* de-assert reset for peripherals and bridges based on handoff */ reset_deassert_peripherals_handoff(); |
