From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 29 Aug 2014 18:24:40 +0200 Subject: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena In-Reply-To: <5400A331.9080503@wwwdotorg.org> References: <1409304613-5657-1-git-send-email-marex@denx.de> <5400A331.9080503@wwwdotorg.org> Message-ID: <201408291824.40680.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, August 29, 2014 at 05:58:41 PM, Stephen Warren wrote: > On 08/29/2014 03:30 AM, Marek Vasut wrote: > > Add support for the Kosagi Novena board. Currently supported are: > > - I2C busses > > - FEC Ethernet > > - MMC0, MMC1, Booting from MMC > > - SATA > > - USB ports > > - USB Ethernet > > > > diff --git a/board/kosagi/novena/novena.c b/board/kosagi/novena/novena.c > > > > +int drv_keyboard_init(void) > > > > + /* Register the device. init_tegra_keyboard() will be called soon */ > > + error = input_stdio_register(&dev); > > I doubt "tegra" is correct in that comment... Thanks :-) Best regards, Marek Vasut