Re: [U-Boot] [PATCH 01/10] sunxi: Also set Auxiliary Ctl SMP bit in SPL

2015-04-15 Thread Ian Campbell
On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: There is no reason not to and this make the #ifdef-ery easier to read. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell ian.campb...@citrix.com ___ U-Boot mailing list

[U-Boot] [PATCH 01/10] sunxi: Also set Auxiliary Ctl SMP bit in SPL

2015-04-14 Thread Hans de Goede
There is no reason not to and this make the #ifdef-ery easier to read. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/sunxi/board.c