Enable K3_IODDR to enable support to resume from DDR after exiting IO+DDR. Tested-by: Anshul Dalal <[email protected]> Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> --- configs/am62px_evm_r5_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/am62px_evm_r5_defconfig b/configs/am62px_evm_r5_defconfig index c9592d7b6c4cc037a886fe81385791269a825aa3..39e8093597352e6ed3fb67ac59e0494239a51352 100644 --- a/configs/am62px_evm_r5_defconfig +++ b/configs/am62px_evm_r5_defconfig @@ -123,3 +123,4 @@ CONFIG_SPL_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_LIB_RATIONAL=y CONFIG_SPL_LIB_RATIONAL=y +CONFIG_K3_IODDR=y -- 2.51.0

