From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 19 Jan 2015 20:44:56 +0100 Subject: [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support In-Reply-To: <1421535550.13341.27.camel@hellion.org.uk> References: <1421333554-29822-1-git-send-email-hdegoede@redhat.com> <1421333554-29822-12-git-send-email-hdegoede@redhat.com> <1421535550.13341.27.camel@hellion.org.uk> Message-ID: <54BD5EB8.7060504@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 17-01-15 23:59, Ian Campbell wrote: > 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), Yeah that sounds like a good idea, care to submit a patch for that ? Regards, Hans