From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Fri, 8 Jun 2012 13:38:31 -0700 Subject: [U-Boot] [PATCH v3 7/7] tegra: Add Tamonten Evaluation Carrier support In-Reply-To: <1338876150-8170-7-git-send-email-thierry.reding@avionic-design.de> References: <1338876150-8170-1-git-send-email-thierry.reding@avionic-design.de> <1338876150-8170-7-git-send-email-thierry.reding@avionic-design.de> Message-ID: <20120608203831.GO13311@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 04, 2012 at 11:02:30PM -0700, Thierry Reding wrote: > The Tamonten Evaluation Carrier is an evaluation board for the Tamonten > processor board. More information is available here: > > http://www.avionic-design.de/en/products/nvidia-tegra-tamonten-system-en/nvidia-tegra-tamonten-evboard-en.html > > Signed-off-by: Thierry Reding > Acked-by: Stephen Warren > --- > diff --git a/include/configs/tec.h b/include/configs/tec.h > new file mode 100644 > index 0000000..3d0a788 > --- /dev/null > +++ b/include/configs/tec.h > + > +#define CONFIG_BOOTCOMMAND \ > + "mmc rescan;" \ > + "ext2load mmc 0 0x17000000 /boot/uImage;" \ > + "bootm" > + > +#endif /* __CONFIG_H */ You're not including "tegra2-common-post.h" here, is that on purpose? I think it's preferable if all tegra boards include both tegra2-common and tegra2-common-post to make it easier to apply changes across the board. -Allen -- nvpublic