From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 17 Jan 2015 22:59:10 +0000 Subject: [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support In-Reply-To: <1421333554-29822-12-git-send-email-hdegoede@redhat.com> References: <1421333554-29822-1-git-send-email-hdegoede@redhat.com> <1421333554-29822-12-git-send-email-hdegoede@redhat.com> Message-ID: <1421535550.13341.27.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Acked-by: Ian Campbell > +#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.