From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 08 Oct 2012 10:28:02 -0600 Subject: [U-Boot] [PATCH v3] tegra: add Colibri T20 board support In-Reply-To: <1349645766-21912-1-git-send-email-dev@lynxeye.de> References: <1349645766-21912-1-git-send-email-dev@lynxeye.de> Message-ID: <5072FF12.9070701@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 10/07/2012 03:36 PM, Lucas Stach wrote: > This adds board support for the Toradex Colibri T20 module. > > Working functions: > - SD card boot > - USB boot > - Network > - NAND environment > > Signed-off-by: Lucas Stach > --- > v2: > - rename .dts file to match board name > v3: > - make comments more meaningful > - split into module and carrier board specific part to ease porting > to other carrier boards > diff --git a/board/toradex/dts/tegra20-colibri_t20_iris.dts b/board/toradex/dts/tegra20-colibri_t20_iris.dts I suppose we can do this later, but since this patch has the C files split into separate board and carrier code, I'd also expect the .dts files to be split up in the same way.