projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7031d9
)
configs: move CONFIG_SPL_TEXT_BASE to Kconfig
author
Parthiban Nallathambi
<pn@denx.de>
Mon, 16 Sep 2019 15:21:50 +0000
(17:21 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 8 Oct 2019 14:36:37 +0000
(16:36 +0200)
CONFIG_SPL_TEXT_BASE is moved to common/spl/Kconfig, update
pcl063_ull defconfig.
Signed-off-by: Parthiban Nallathambi <pn@denx.de>
configs/phycore_pcl063_ull_defconfig
patch
|
blob
|
history
diff --git
a/configs/phycore_pcl063_ull_defconfig
b/configs/phycore_pcl063_ull_defconfig
index 4b9bb3698467b9f0304b22c42203353c16ab3294..b516248a5f0c03fb51591679c39a97565788ca54 100644
(file)
--- 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"