From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 26 Jun 2012 19:40:59 -0600 Subject: [U-Boot] [PATCH 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi In-Reply-To: <4FE74CCA.2070600@gmail.com> References: <4FE74C1C.7080409@gmail.com> <4FE74CCA.2070600@gmail.com> Message-ID: <4FEA64AB.7040106@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 06/24/2012 11:22 AM, Vikram Narayanan wrote: > > Add the driver to the rpi_b's default config It looks like there's a blank line before the patch description there. Aside from that and the nit below, Acked-by: Stephen Warren > diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h > /* Devices */ > -/* None yet */ > +/* GPIO */ > +#define CONFIG_BCM2835_GPIO > + > No need to add an extra blank line there.