diff options
| author | Tom Rini <[email protected]> | 2026-03-25 13:00:47 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-02 09:10:40 -0300 |
| commit | bc7a0494a7b3bf7c7b190596409081febf4e582c (patch) | |
| tree | a9999ad2d509816c66461e1321d98795afb1de5e /configs | |
| parent | 55ac1191b30a50ba0ae2ee1d8030676f5545c07f (diff) | |
librem5: 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 'configs')
| -rw-r--r-- | configs/librem5_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/librem5_defconfig b/configs/librem5_defconfig index e6ad27ed1bf..d9d32bf5a50 100644 --- a/configs/librem5_defconfig +++ b/configs/librem5_defconfig @@ -36,7 +36,6 @@ CONFIG_OF_SYSTEM_SETUP=y CONFIG_SYS_PBSIZE=1050 CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_SYS_DEVICE_NULLDEV is not set -CONFIG_BOARD_EARLY_INIT_F=y CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_MAX_SIZE=0x25000 CONFIG_SPL_BOARD_INIT=y |
