From: Siva Durga Prasad Paladugu Date: Thu, 3 Dec 2015 12:27:25 +0000 (+0530) Subject: zynq_cse: qspi: Modify SDRAM_BASE and TEXT_BASE for cse qspi X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6d9f72c9e08f69e5ceca2ae2eda50906a64e4f5;p=thirdparty%2Fu-boot.git 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 --- 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)