aboutsummaryrefslogtreecommitdiff
path: root/configs/imx8mn_ddr4_evk_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-22 08:12:20 -0400
committerTom Rini <trini@konsulko.com>2022-04-22 08:12:20 -0400
commit6e2af641e4bfed24d3edd8519dd40ec397361b4e (patch)
treed387bc01229acd9db9d344f9c8240ce3b852f6fc /configs/imx8mn_ddr4_evk_defconfig
parentea5583b90f9c162af6f2025718dc50ffbb6e4552 (diff)
parentd173b107be94eb474e1ae75a8addbf5f2fecfd56 (diff)
downloadu-boot-6e2af641e4bfed24d3edd8519dd40ec397361b4e.zip
u-boot-6e2af641e4bfed24d3edd8519dd40ec397361b4e.tar.gz
u-boot-6e2af641e4bfed24d3edd8519dd40ec397361b4e.tar.bz2
Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220422 ------------------- - Switch to DM_SERIAL - Drop MMCROOT - several cleanup CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/11815
Diffstat (limited to 'configs/imx8mn_ddr4_evk_defconfig')
-rw-r--r--configs/imx8mn_ddr4_evk_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig
index 917cdb5..5289790 100644
--- a/configs/imx8mn_ddr4_evk_defconfig
+++ b/configs/imx8mn_ddr4_evk_defconfig
@@ -16,7 +16,7 @@ CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL=y
CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000
-CONFIG_SYS_LOAD_ADDR=0x40480000
+CONFIG_SYS_LOAD_ADDR=0x42000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
@@ -76,6 +76,7 @@ CONFIG_PINCTRL_IMX8M=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y