aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Kconfig8
-rw-r--r--src/soc/rockchip/rk3288/bootblock.c2
2 files changed, 1 insertions, 9 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 569e404224..377f7cfa1b 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -291,14 +291,6 @@ source "src/drivers/intel/fsp/Kconfig"
endmenu
-config CPU_HAS_BOOTBLOCK_INIT
- bool
- default n
-
-config MAINBOARD_HAS_BOOTBLOCK_INIT
- bool
- default n
-
source "src/device/Kconfig"
menu "Generic Drivers"
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();