summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-02-16 06:36:52 +0300
committerTom Rini <trini@konsulko.com>2023-03-02 23:32:25 +0300
commitcfc4c0c2f3aab8dd56fb7206da8311e2ba5a1244 (patch)
tree3a8cfebbcf38b135e316bb569b34bc7339814c6f /configs
parentb7be876ceb7f75b101d81d31a90bc6a52c1548a2 (diff)
downloadu-boot-cfc4c0c2f3aab8dd56fb7206da8311e2ba5a1244.tar.xz
imx9: Remove ARCH_MISC_INIT
We don't need an empty function, we can just not enable the hook we don't use. Cc: Peng Fan <peng.fan@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx93_11x11_evk_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
index 477fb25807..93c478c86f 100644
--- a/configs/imx93_11x11_evk_defconfig
+++ b/configs/imx93_11x11_evk_defconfig
@@ -26,7 +26,6 @@ CONFIG_DISTRO_DEFAULTS=y
CONFIG_REMAKE_ELF=y
CONFIG_SYS_MONITOR_LEN=524288
CONFIG_DEFAULT_FDT_FILE="imx93-11x11-evk.dtb"
-CONFIG_ARCH_MISC_INIT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x26000