File 0006-imx93-FRDM-Do-not-modify-loaded-into-the-memory-DTB.patch of Package uboot-imx
From 3e098688c82158a4606a004798999e276de8c277 Mon Sep 17 00:00:00 2001 From: "Ivan T. Ivanov" <iivanov@suse.de> Date: Fri, 21 Mar 2025 15:24:49 +0200 Subject: [PATCH] imx93: FRDM: Do not modify loaded into the memory DTB Signed-off-by: Ivan T. Ivanov <iivanov@suse.de> --- configs/imx93_11x11_frdm_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/imx93_11x11_frdm_defconfig b/configs/imx93_11x11_frdm_defconfig index d423d0847d..803e2f67f5 100644 --- a/configs/imx93_11x11_frdm_defconfig +++ b/configs/imx93_11x11_frdm_defconfig @@ -30,7 +30,7 @@ CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_SYSTEM_SETUP=y -CONFIG_BOOTCOMMAND="run sr_ir_v2_cmd;run distro_bootcmd;run bsp_bootcmd" +CONFIG_BOOTCOMMAND="run distro_bootcmd;run bsp_bootcmd" CONFIG_DEFAULT_FDT_FILE="imx93-11x11-frdm.dtb" CONFIG_SYS_CBSIZE=2048 CONFIG_SYS_PBSIZE=2074 -- 2.43.0