From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beniamino Galvani Date: Sun, 3 Apr 2016 22:18:36 +0200 Subject: [U-Boot] [PATCH v2 5/9] board: odroid-c2: enable serial In-Reply-To: <20160403160944.GJ23166@bill-the-cat> References: <1459667897-2824-1-git-send-email-b.galvani@gmail.com> <1459667897-2824-6-git-send-email-b.galvani@gmail.com> <20160403160944.GJ23166@bill-the-cat> Message-ID: <20160403201836.GB4224@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Apr 03, 2016 at 12:09:44PM -0400, Tom Rini wrote: > But this too should be folded in with the initial support. In fact, I > would go so far as to say that in general, the initial platform patch > should be enough to boot the platform. So UART, DDR (and anything that > all requires), board itself. If we're not adding a new eth driver, > enabling eth is fine too. If that means adding some driver fixes first, > make them the first patches in the series. Thanks! I'll do, thanks. Beniamino