]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq_cse: qspi: Modify SDRAM_BASE and TEXT_BASE for cse qspi
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 3 Dec 2015 12:27:25 +0000 (17:57 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 3 Dec 2015 13:45:45 +0000 (14:45 +0100)
Correct the SDRAM_BASE and update the TEXT_BASE to point
to OCM start address.

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

index d8b22e2cf3c9d1a425413133c4f504dcc08602f1..f55eed0313103f38cb37e8a393bfba88bf927546 100644 (file)
 
 /* Physical Memory map */
 #if defined(CONFIG_CSE_QSPI) || defined(CONFIG_CSE_NOR)
-# define CONFIG_SYS_TEXT_BASE          0xFFFC4800
+# define CONFIG_SYS_TEXT_BASE          0xFFFC0000
 #elif defined(CONFIG_CSE_NAND)
 # define CONFIG_SYS_TEXT_BASE          0x00100000
 #elif defined(CONFIG_ZYNQ_OCM)
index c6aca1d0d892e87ecfa4954de0aa14e5e05e1894..fbe034c8925bbd098f42c5ddc78d0ad0572c3c74 100644 (file)
@@ -74,7 +74,7 @@
 
 #if defined(CONFIG_CSE_QSPI)
 # define CONFIG_SYS_SDRAM_SIZE         (256 * 1024)
-# define CONFIG_SYS_SDRAM_BASE         0xFFFD0000
+# define CONFIG_SYS_SDRAM_BASE         0xFFFC0000
 # define CONFIG_ENV_SIZE               400
 
 #elif defined(CONFIG_CSE_NAND)