
17 Jan
2015
17 Jan
'15
11:59 p.m.
On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote:
Add initial sun9i (A80) support, only uart + mmc are supported for now.
Signed-off-by: Hans de Goede hdegoede@redhat.com
Acked-by: Ian Campbell ijc@hellion.org.uk
+#define CONFIG_SYS_PROMPT "sun9i# "
Should we make all these say "sunxi# " in the common header instead (the precise SoC is printed in the banner anyhow), or derive from CONFIG_SYS_CONFIG_NAME?
Ian.