diff options
| author | Tom Rini <[email protected]> | 2026-03-25 13:00:39 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-02 09:09:36 -0300 |
| commit | 775431adbd53257e565aca161270e4d225b5897b (patch) | |
| tree | d1ed1415166563dbf72102a6fc9e1c0f5c9a39a0 /board | |
| parent | 6e209fc6e74661147a7466f4b775018fed221d09 (diff) | |
mx6sllevk: 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]>
Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/nxp/mx6sllevk/mx6sllevk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/nxp/mx6sllevk/mx6sllevk.c b/board/nxp/mx6sllevk/mx6sllevk.c index 9e39e39ac90..3d2397c52c1 100644 --- a/board/nxp/mx6sllevk/mx6sllevk.c +++ b/board/nxp/mx6sllevk/mx6sllevk.c @@ -76,11 +76,6 @@ int power_init_board(void) } #endif -int board_early_init_f(void) -{ - return 0; -} - int board_init(void) { /* Address of boot parameters */ |
