]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Kconfig: zynqmp: Move CONFIG_SYS_TEXT_BASE to defconfig
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 10 Jun 2015 10:20:58 +0000 (15:50 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:47 +0000 (13:50 +0200)
Move CONFIG_SYS_TEXT_BASE of ZynqMP_ep to its
respective defconfig

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Kconfig
configs/xilinx_zynqmp_ep_defconfig
include/configs/xilinx_zynqmp.h

diff --git a/Kconfig b/Kconfig
index 50dea09e9c4a8e27b24230dfc1c42ceedc9356c8..3f30e9ec0d94b8ca8c4488093932b3cfa4f514e8 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -178,7 +178,7 @@ config SYS_EXTRA_OPTIONS
          new boards should not use this option.
 
 config SYS_TEXT_BASE
-       depends on SPARC || ARC || X86 || ARCH_UNIPHIER
+       depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP
        hex "Text Base"
        help
          TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
index cbed891a5fa753dbdeab0faff4f6b27690b8789c..fda44eaee04cc7209e4594e312a28485a3457f18 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep"
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_TIME=y
 CONFIG_CMD_TIMER=y
+CONFIG_SYS_TEXT_BASE=0x8000000
index e1f287b917c08b96fef642c2f8206420e15312a9..fbd68f71286f2f9a456102e89af98a6754ddcf7c 100644 (file)
@@ -40,7 +40,6 @@
 
 #define CONFIG_IDENT_STRING            " Xilinx ZynqMP"
 
-#define CONFIG_SYS_TEXT_BASE           0x8000000
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
 
 /* Flat Device Tree Definitions */