
4 Aug
2014
4 Aug
'14
11:26 p.m.
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 hdegoede@redhat.com
This is an improvement so: Acked-by: Ian Campbell ijc@hellion.org.uk
But eventually we could clean up even more, e.g.
config SYS_CONFIG_NAME string default "sun4i" if TARGET_SUN4I default "sun5i" if TARGET_SUN5I etc
Possibly even some things should be select'd rather than default'd.
Ian.