]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: zynqMP: Move CONFIG_SYS_TEXT_BASE to defconfig
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Sat, 6 Jun 2015 09:38:13 +0000 (15:08 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 29 Jul 2015 11:01:45 +0000 (13:01 +0200)
Move CONFIG_SYS_TEXT_BASE of ZynqMP_ep to defconfig
as per Kconfig to-do

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 41d4784f890c2477a00fb453d91255311a1b963e..708d584694bd0a8dccf951a5c54de0311b0513cb 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
+       depends on SPARC || ARC || ARCH_ZYNQMP
        hex "Text Base"
        help
          TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
index d3d3ee3f15339510a769c174072db1e6ba953e89..3f100bb921ddd1bca07ef7243837f08b2b2525b2 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_ARM=y
 CONFIG_ARCH_ZYNQMP=y
 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep"
+CONFIG_SYS_TEXT_BASE=0x8000000
 CONFIG_CMD_BDI=y
 CONFIG_CMD_BOOTD=y
 CONFIG_CMD_RUN=y
index 0cca7ee0f96f2bec6140d9dabc30d248763a6f8b..8828cd85af04fb02af123ee41cf771bb005bc2b4 100644 (file)
@@ -42,7 +42,6 @@
 #define CONFIG_BOOTP_VCI_STRING                "U-boot.armv8.Xilinx_ZynqMP"
 
 /* Text base on 16MB for now - 0 doesn't work */
-#define CONFIG_SYS_TEXT_BASE           0x8000000
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
 
 /* Flat Device Tree Definitions */