From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 25 May 2012 10:31:09 -0600 Subject: [U-Boot] [PATCH v2 7/7] tegra: Add Tamonten Evaluation Carrier support In-Reply-To: <1337953588-20696-7-git-send-email-thierry.reding@avionic-design.de> References: <1337953588-20696-1-git-send-email-thierry.reding@avionic-design.de> <1337953588-20696-7-git-send-email-thierry.reding@avionic-design.de> Message-ID: <4FBFB3CD.7060306@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 05/25/2012 07:46 AM, Thierry Reding wrote: > The Tamonten Evaluation Carrier is an evaluation board for the Tamonten > processor board. More information is available here: > diff --git a/include/configs/tec.h b/include/configs/tec.h > +#define TEGRA2_SYSMEM "mem=384M at 0M nvmem=128M at 384M" That define is no longer used. I'd recommend explicitly either making your bootcmd define the entire command-line you want (by setting bootargs), or loading a script to do so. Aside from the comments I've already made, the series, Acked-by: Stephen Warren