From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Sun, 2 Dec 2012 20:12:28 +0100 Subject: [U-Boot] [PATCH 09/10] Boards: Add support for SolidRun CuBox In-Reply-To: <1354458982-14403-10-git-send-email-sebastian.hesselbarth@gmail.com> References: <1354458982-14403-1-git-send-email-sebastian.hesselbarth@gmail.com> <1354458982-14403-10-git-send-email-sebastian.hesselbarth@gmail.com> Message-ID: <20121202191228-1245@mutt-kz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sebastian, On Sun, Dec 02, 2012 at 03:36:21PM +0100, Sebastian Hesselbarth wrote: > With latest support for Marvell Dove SoC, add the SolidRun CuBox as > the very first board with that SoC. > > Signed-off-by: Sebastian Hesselbarth ... > +/* > + * Enable devicetree support > + */ Shouldn't this be "device tree"? Luka