[U-Boot] [PATCH v3 7/7] tegra: Add Tamonten Evaluation Carrier support

Thierry Reding thierry.reding at avionic-design.de
Mon Jun 11 11:22:58 CEST 2012


* Allen Martin wrote:
> 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 <thierry.reding at avionic-design.de>
> > Acked-by: Stephen Warren <swarren at wwwdotorg.org>
> > ---
> > 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.

Yes, that was on purpose. I still need to figure out if I want to use
Stephen's boot commands as defined in tegra2-common-post.h. But I just
realized that since our boards define CONFIG_BOOTCOMMAND, including it
won't hurt much anyway. I also just noticed that Stephen added it for
Medcom and Plutux already and I'm fine with you carrying the TEC change
in your series.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120611/9aebf5b0/attachment.pgp>


More information about the U-Boot mailing list