Re: [U-Boot] [PATCH v2 06/13] sunxi: change GIC address on H6

2018-07-24 Thread Maxime Ripard
On Sat, Jul 21, 2018 at 04:20:25PM +0800, Icenowy Zheng wrote: > As the Allwinner H6 chip has a new memory map, its GIC MMIO address is > thus different. > > Change the address on H6. > > Signed-off-by: Icenowy Zheng > Reviewed-by: Andre Przywara Acked-by: Maxime Ripard Maxime -- Maxime Ri

[U-Boot] [PATCH v2 06/13] sunxi: change GIC address on H6

2018-07-21 Thread Icenowy Zheng
As the Allwinner H6 chip has a new memory map, its GIC MMIO address is thus different. Change the address on H6. Signed-off-by: Icenowy Zheng Reviewed-by: Andre Przywara --- Changes in v2: - Added Andre's Reviewed-by tag. include/configs/sun50i.h | 5 + 1 file changed, 5 insertions(+) di