diff options
| -rw-r--r-- | board/hisilicon/hikey960/hikey960.c | 5 | ||||
| -rw-r--r-- | configs/hikey960_defconfig | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/board/hisilicon/hikey960/hikey960.c b/board/hisilicon/hikey960/hikey960.c index 5029f4edb2a..fb56762fff6 100644 --- a/board/hisilicon/hikey960/hikey960.c +++ b/board/hisilicon/hikey960/hikey960.c @@ -60,11 +60,6 @@ static struct mm_region hikey_mem_map[] = { struct mm_region *mem_map = hikey_mem_map; -int board_early_init_f(void) -{ - return 0; -} - int misc_init_r(void) { return 0; diff --git a/configs/hikey960_defconfig b/configs/hikey960_defconfig index 440f257072d..1cf1ef12bb5 100644 --- a/configs/hikey960_defconfig +++ b/configs/hikey960_defconfig @@ -19,7 +19,6 @@ CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=283 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_BOARD_EARLY_INIT_F=y CONFIG_MISC_INIT_R=y CONFIG_SYS_PROMPT="U-Boot => " CONFIG_CMD_MD5SUM=y |
