From a6d9f72c9e08f69e5ceca2ae2eda50906a64e4f5 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Thu, 3 Dec 2015 17:57:25 +0530 Subject: [PATCH] zynq_cse: qspi: Modify SDRAM_BASE and TEXT_BASE for cse qspi Correct the SDRAM_BASE and update the TEXT_BASE to point to OCM start address. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 2 +- include/configs/zynq_cse.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index d8b22e2cf3c..f55eed03131 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -389,7 +389,7 @@ /* 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) diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h index c6aca1d0d89..fbe034c8925 100644 --- a/include/configs/zynq_cse.h +++ b/include/configs/zynq_cse.h @@ -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) -- 2.47.3