Re: [U-Boot] [PATCH 04/12] sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i

2015-05-19 Thread Hans de Goede
Hi Ian, On 01/17/2015 11:44 PM, Ian Campbell wrote: On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: The DRAM Base differs between sun9i and the others and we cannot use math in various places like the environment setting and linker scripts, so simply define everything which contains

Re: [U-Boot] [PATCH 04/12] sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i

2015-01-19 Thread Hans de Goede
Hi, On 17-01-15 23:44, Ian Campbell wrote: On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: The DRAM Base differs between sun9i and the others and we cannot use math in various places like the environment setting and linker scripts, so simply define everything which contains the

Re: [U-Boot] [PATCH 04/12] sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i

2015-01-17 Thread Ian Campbell
On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: The DRAM Base differs between sun9i and the others and we cannot use math in various places like the environment setting and linker scripts, so simply define everything which contains the SDRAM_BASE twice. Is it really not possible to use

[U-Boot] [PATCH 04/12] sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i

2015-01-15 Thread Hans de Goede
The DRAM Base differs between sun9i and the others and we cannot use math in various places like the environment setting and linker scripts, so simply define everything which contains the SDRAM_BASE twice. Signed-off-by: Hans de Goede hdego...@redhat.com --- include/configs/sunxi-common.h | 88