Re: [U-Boot] sunxi: support multiple memory banks

2018-07-19 Thread Siarhei Siamashka
On Fri, 20 Jul 2018 04:13:24 +0300 Siarhei Siamashka wrote: > On Wed, 18 Jul 2018 23:42:07 +0200 > michael vogt wrote: > > > Hi > > > > I would like to support 4 memory chips for a sunxi board (a20). > > > > the current configuration in the sunxi-common.h looks like this: > > > > #define CO

Re: [U-Boot] sunxi: support multiple memory banks

2018-07-19 Thread Siarhei Siamashka
On Wed, 18 Jul 2018 23:42:07 +0200 michael vogt wrote: > Hi > > I would like to support 4 memory chips for a sunxi board (a20). > > the current configuration in the sunxi-common.h looks like this: > > #define CONFIG_NR_DRAM_BANKS 1 > #define PHYS_SDRAM_0 CONFIG_SYS_S

[U-Boot] sunxi: support multiple memory banks

2018-07-19 Thread michael vogt
Hi I would like to support 4 memory chips for a sunxi board (a20). the current configuration in the sunxi-common.h looks like this: #define CONFIG_NR_DRAM_BANKS1 #define PHYS_SDRAM_0CONFIG_SYS_SDRAM_BASE #define PHYS_SDRAM_0_SIZE 0x8000 /* 2 GiB