
5 Aug
2014
5 Aug
'14
3:24 a.m.
On Tue, Aug 5, 2014 at 5:26 AM, Ian Campbell ijc@hellion.org.uk 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 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.
Selected sounds better. :)