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 <philipp.toms...@theobroma-systems.com>
> ---
> 
>  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)
> 


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to