From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 20 Jan 2015 08:43:06 +0000 Subject: [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support In-Reply-To: <54BD5EB8.7060504@redhat.com> 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> <54BD5EB8.7060504@redhat.com> Message-ID: <1421743386.13341.79.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 Mon, 2015-01-19 at 20:44 +0100, Hans de Goede wrote: > 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 ? Yep, will do once this one hits #next so I don't need to rebase etc. > > Regards, > > Hans >