summaryrefslogtreecommitdiff
path: root/configs/udoo_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-10-20 23:00:38 +0200
committerFabio Estevam <[email protected]>2024-10-25 20:21:15 -0300
commit304eb6ceea401079050136e7dae8e49e6b615e68 (patch)
tree825b5adc37ca6fa57f892fcf6f92227275ab799c /configs/udoo_defconfig
parent4bc57d7f346b10b129bbe7d9a88ccfe0c220b00b (diff)
ARM: imx: soc: Select default TEXT_BASE for i.MX6
Select default U-Boot and SPL text base for the i.MX6 SoC. The U-Boot and SPL text base is picked as the one used by various i.MX6 boards. Update all the boards. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Peng Fan <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/udoo_defconfig')
-rw-r--r--configs/udoo_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig
index 00b732b9288..5730dacd060 100644
--- a/configs/udoo_defconfig
+++ b/configs/udoo_defconfig
@@ -1,6 +1,5 @@
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
-CONFIG_TEXT_BASE=0x17800000
CONFIG_SYS_MALLOC_LEN=0x0200000
CONFIG_SPL_GPIO=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
@@ -12,7 +11,6 @@ CONFIG_MX6QDL=y
CONFIG_TARGET_UDOO=y
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx6q-udoo"
-CONFIG_SPL_TEXT_BASE=0x00908000
CONFIG_SYS_MONITOR_LEN=409600
CONFIG_SPL_MMC=y
CONFIG_SPL_SERIAL=y