Re: [U-Boot] [PATCH 06/12] sun9i: Add cpu_sun9i.h with iomem defines

2015-01-17 Thread Ian Campbell
On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: > Add a headerfile with all the base addresses from the sun9i blocks. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

[U-Boot] [PATCH 06/12] sun9i: Add cpu_sun9i.h with iomem defines

2015-01-15 Thread Hans de Goede
Add a headerfile with all the base addresses from the sun9i blocks. Signed-off-by: Hans de Goede --- arch/arm/include/asm/arch-sunxi/cpu.h | 4 ++ arch/arm/include/asm/arch-sunxi/cpu_sun9i.h | 108 2 files changed, 112 insertions(+) create mode 100755 arch/a