diff options
| author | Tom Rini <[email protected]> | 2026-03-25 13:00:43 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-02 09:10:08 -0300 |
| commit | 91ba8ab13f01cc3405eccfed781ee35b305a08af (patch) | |
| tree | dfac219c4dd25801161e9e1bb304ce389c493f14 /board | |
| parent | 4efab3ab4feedc5756e27fd567a5a8c8225901a8 (diff) | |
mx6ullevk: 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/mx6ullevk/mx6ullevk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/nxp/mx6ullevk/mx6ullevk.c b/board/nxp/mx6ullevk/mx6ullevk.c index 189eddefea3..7a02b571c56 100644 --- a/board/nxp/mx6ullevk/mx6ullevk.c +++ b/board/nxp/mx6ullevk/mx6ullevk.c @@ -41,11 +41,6 @@ int mmc_map_to_kernel_blk(int devno) return devno; } -int board_early_init_f(void) -{ - return 0; -} - #ifdef CONFIG_FEC_MXC static int setup_fec(int fec_id) { |
