diff options
| author | Tom Rini <[email protected]> | 2026-03-25 13:00:24 -0600 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2026-05-01 10:00:13 +0300 |
| commit | 301bad079b15bdcdae1dc7c3f4f7b30cff15ba84 (patch) | |
| tree | 83d6b93229123f9c7b572f22295e8d14485845fc /configs | |
| parent | 9f61fd5b80a43ae20ba115e3a2933d47d720ab82 (diff) | |
arm: at91: Drop unnecessary BOARD_EARLY_INIT_F usage
All of these platforms enable CONFIG_BOARD_EARLY_INIT_F and then have 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/pm9261_defconfig | 1 | ||||
| -rw-r--r-- | configs/pm9263_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index 026c6de3109..71cc51004e7 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -23,7 +23,6 @@ CONFIG_SYS_PBSIZE=281 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_CPUINFO is not set -CONFIG_BOARD_EARLY_INIT_F=y # CONFIG_AUTO_COMPLETE is not set CONFIG_SYS_PROMPT="pm9261> " # CONFIG_CMD_BDI is not set diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig index cc375671f66..810c2464e28 100644 --- a/configs/pm9263_defconfig +++ b/configs/pm9263_defconfig @@ -22,7 +22,6 @@ CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=288 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y -CONFIG_BOARD_EARLY_INIT_F=y # CONFIG_AUTO_COMPLETE is not set CONFIG_SYS_PROMPT="u-boot-pm9263> " # CONFIG_CMD_BDI is not set |
