summaryrefslogtreecommitdiff
path: root/configs/phycore_pcl063_ull_defconfig
diff options
context:
space:
mode:
authorParthiban Nallathambi <pn@denx.de>2019-09-16 17:21:50 +0200
committerStefano Babic <sbabic@denx.de>2019-10-08 16:36:37 +0200
commit39fd054feedcf23f76c999846a11e320e449f5f4 (patch)
treec015f97e5892e11ec990c89e7a980e293e2d18b5 /configs/phycore_pcl063_ull_defconfig
parenta7031d9f54a1a5bad08cd177cfc616b7a2de7267 (diff)
configs: move CONFIG_SPL_TEXT_BASE to Kconfig
CONFIG_SPL_TEXT_BASE is moved to common/spl/Kconfig, update pcl063_ull defconfig. Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Diffstat (limited to 'configs/phycore_pcl063_ull_defconfig')
-rw-r--r--configs/phycore_pcl063_ull_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_pcl063_ull_defconfig b/configs/phycore_pcl063_ull_defconfig
index 4b9bb36984..b516248a5f 100644
--- a/configs/phycore_pcl063_ull_defconfig
+++ b/configs/phycore_pcl063_ull_defconfig
@@ -8,6 +8,7 @@ CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_NR_DRAM_BANKS=8
CONFIG_SPL=y
+CONFIG_SPL_TEXT_BASE=0x908000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"