[U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

Tom Rini trini at ti.com
Fri Apr 20 22:46:17 CEST 2012


On Fri, Apr 20, 2012 at 01:24:54PM -0700, Allen Martin wrote:
> On Fri, Apr 20, 2012 at 12:50:58PM -0700, Tom Warren wrote:
> > This set of boot cmds from Stephen Warren provides a simple
> > default for booting a linux kernel and DT from mmc (eMMC or
> > SD-Card, in that order). Tested on Seaboard w/an SD card.
> > 
> > Signed-off-by: Tom Warren <twarren at nvidia.com>
> > ---
> >
> > ...
> >
> > +	"scr_boot=ext2load ${devtype} ${devnum}:1 ${scriptaddr} ${script};" \
> > +		"source ${scriptaddr};\0" \
> 
> Should this be fatload?  From what I've seen most other boards load
> boot.scr from a FAT fs.

All depends on the distro, etc.  Angstrom for example loads from ext*
since then the kernel is provided by the distro and under package
control.

-- 
Tom


More information about the U-Boot mailing list