]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sandbox/sandbox/sandbox.c
lib: time: add weak timer_init() function
[karo-tx-uboot.git] / board / sandbox / sandbox / sandbox.c
index 65dcce804bb6adc9d41ada2548152fabf4d0fa03..95efaffcb1f87ccded807d6ee383d526d9f4553d 100644 (file)
@@ -23,11 +23,6 @@ unsigned long timer_read_counter(void)
        return os_get_nsec() / 1000;
 }
 
-int timer_init(void)
-{
-       return 0;
-}
-
 int dram_init(void)
 {
        gd->ram_size = CONFIG_SYS_SDRAM_SIZE;