diff options
| author | Tom Rini <[email protected]> | 2026-03-25 13:00:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-07 15:26:53 -0600 |
| commit | 6201fd7c1ffa134f8ba229b434e6f14a3fd5bb14 (patch) | |
| tree | 667acc0d817dc0c4f24038acc75c05d23fdc9407 /board | |
| parent | b9650a8e330bb2fdb83af28646f3777e9fb503bf (diff) | |
hikey960: Drop unnecessary BOARD_EARLY_INIT_F usage
This platform enables CONFIG_BOARD_EARLY_INIT_F and then has a
do-nothing board_early_init_f function. Change to not enabling the
option and so not needing an empty function.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/hisilicon/hikey960/hikey960.c | 5 |
1 files changed, 0 insertions, 5 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; |
