Re: [U-Boot] [PATCH 6/7] sunxi: Kconfig: move common settings into a shared code block

2014-08-05 Thread Ian Campbell
On Tue, 2014-08-05 at 09:24 +0800, Chen-Yu Tsai wrote: > On Tue, Aug 5, 2014 at 5:26 AM, Ian Campbell wrote: > > On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: > >> SYS_CPU, SYS_BOARD and SYS_SOC are identical for all sunxi boards, move > >> them to a shared code block. > >> > >> Signed-o

Re: [U-Boot] [PATCH 6/7] sunxi: Kconfig: move common settings into a shared code block

2014-08-04 Thread Chen-Yu Tsai
On Tue, Aug 5, 2014 at 5:26 AM, Ian Campbell wrote: > On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: >> SYS_CPU, SYS_BOARD and SYS_SOC are identical for all sunxi boards, move >> them to a shared code block. >> >> Signed-off-by: Hans de Goede > > This is an improvement so: > Acked-by: Ia

Re: [U-Boot] [PATCH 6/7] sunxi: Kconfig: move common settings into a shared code block

2014-08-04 Thread Ian Campbell
On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: > SYS_CPU, SYS_BOARD and SYS_SOC are identical for all sunxi boards, move > them to a shared code block. > > Signed-off-by: Hans de Goede This is an improvement so: Acked-by: Ian Campbell But eventually we could clean up even more, e.g.

[U-Boot] [PATCH 6/7] sunxi: Kconfig: move common settings into a shared code block

2014-08-01 Thread Hans de Goede
SYS_CPU, SYS_BOARD and SYS_SOC are identical for all sunxi boards, move them to a shared code block. Signed-off-by: Hans de Goede --- board/sunxi/Kconfig | 32 ++-- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfi