From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Tue, 18 Jul 2017 23:13:28 +0200 Subject: [U-Boot] [PATCH 26/52] rockchip: rk3368: define CONFIG_SYS_SDRAM_BASE In-Reply-To: <1500410199-13039-27-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1500410199-13039-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1500410199-13039-27-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <2239575.NX9ZB6V6XZ@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, 18. Juli 2017, 22:36:06 CEST schrieb Philipp Tomsich: > With the new common SDRAM code for Rockchip, we need to define > CONFIG_SYS_SDRAM_BASE to correctly indicate the start of the physical > address range mapping onto DRAM. > > Signed-off-by: Philipp Tomsich > --- > > include/configs/rk3368_common.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h > index b0c858c..488f8c5 100644 > --- a/include/configs/rk3368_common.h > +++ b/include/configs/rk3368_common.h > @@ -15,6 +15,7 @@ > #define CONFIG_SYS_SDRAM_BASE 0 ^^ isn't that already defined here? > #define SDRAM_MAX_SIZE 0xff000000 > #define CONFIG_NR_DRAM_BANKS 1 > +#define CONFIG_SYS_SDRAM_BASE 0 > #define CONFIG_SYS_MAXARGS 16 > #define CONFIG_BAUDRATE 115200 > #define CONFIG_SYS_MALLOC_LEN (32 << 20) >