From: Simona Toaca <[email protected]> Add the necessary options for enabling DDR training data saving to NVM and running QuickBoot flow.
Signed-off-by: Viorel Suman <[email protected]> Signed-off-by: Simona Toaca <[email protected]> --- configs/imx943_evk_defconfig | 1 + configs/imx95_15x15_evk_defconfig | 1 + configs/imx95_evk.config | 1 + 3 files changed, 3 insertions(+) diff --git a/configs/imx943_evk_defconfig b/configs/imx943_evk_defconfig index ef4f9a8fcbc..57d4240ba26 100644 --- a/configs/imx943_evk_defconfig +++ b/configs/imx943_evk_defconfig @@ -96,6 +96,7 @@ CONFIG_SPL_CLK_CCF=y CONFIG_CLK_CCF=y CONFIG_CLK_SCMI=y CONFIG_SPL_CLK_SCMI=y +CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y CONFIG_SPL_FIRMWARE=y # CONFIG_SCMI_AGENT_SMCCC is not set CONFIG_IMX_RGPIO2P=y diff --git a/configs/imx95_15x15_evk_defconfig b/configs/imx95_15x15_evk_defconfig index 38a855417d0..03c9b71f8bd 100644 --- a/configs/imx95_15x15_evk_defconfig +++ b/configs/imx95_15x15_evk_defconfig @@ -100,6 +100,7 @@ CONFIG_SPL_CLK_CCF=y CONFIG_CLK_SCMI=y CONFIG_SPL_CLK_SCMI=y CONFIG_CLK_IMX95_BLKCTRL=y +CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_SPL_FIRMWARE=y diff --git a/configs/imx95_evk.config b/configs/imx95_evk.config index 3db583cce59..b34d3f9c935 100644 --- a/configs/imx95_evk.config +++ b/configs/imx95_evk.config @@ -101,6 +101,7 @@ CONFIG_SPL_CLK_CCF=y CONFIG_CLK_CCF=y CONFIG_CLK_SCMI=y CONFIG_SPL_CLK_SCMI=y +CONFIG_IMX_SNPS_DDR_PHY_QB_GEN=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_SPL_FIRMWARE=y -- 2.43.0

