From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 29 Aug 2014 09:58:41 -0600 Subject: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena In-Reply-To: <1409304613-5657-1-git-send-email-marex@denx.de> References: <1409304613-5657-1-git-send-email-marex@denx.de> Message-ID: <5400A331.9080503@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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...