diff options
Diffstat (limited to 'src/soc/rockchip/rk3288/bootblock.c')
-rw-r--r-- | src/soc/rockchip/rk3288/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c index 6dde1cb943..84a17c2e22 100644 --- a/src/soc/rockchip/rk3288/bootblock.c +++ b/src/soc/rockchip/rk3288/bootblock.c @@ -27,7 +27,7 @@ #include <soc/timer.h> #include <symbols.h> -static void bootblock_cpu_init(void) +static void bootblock_soc_init(void) { rk3288_init_timer(); |