summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-01-08 19:06:47 +0800
committerFabio Estevam <[email protected]>2026-01-17 15:00:23 -0300
commitd14d944837e49df3a63062b573604404c9b42e84 (patch)
treed6f133f24fb157f10e9ec30c9418cff1776388ee /configs
parent4e35201505d27a47e16fb63c78eff97b6c646441 (diff)
imx93_evk: Drop setup_fec
The clock settings could be handled by "assigned-clock-rates" through DM clock driver, so drop setup_fec(). board_init() is a dummy function now, so clean it up. Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx93_11x11_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
index a53e5fc1de1..39a7962d7ca 100644
--- a/configs/imx93_11x11_evk_defconfig
+++ b/configs/imx93_11x11_evk_defconfig
@@ -36,6 +36,7 @@ CONFIG_BOOTCOMMAND="bootflow scan -lb; run bsp_bootcmd"
CONFIG_DEFAULT_FDT_FILE="imx93-11x11-evk.dtb"
CONFIG_SYS_CBSIZE=2048
CONFIG_SYS_PBSIZE=2074
+# CONFIG_BOARD_INIT is not set
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x26000
CONFIG_SPL_BOARD_INIT=y