From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 20 Apr 2012 13:46:17 -0700 Subject: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env In-Reply-To: <20120420202454.GB738@nvidia.com> References: <1334951458-31987-1-git-send-email-twarren@nvidia.com> <20120420202454.GB738@nvidia.com> Message-ID: <20120420204617.GC23731@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- > > > > ... > > > > + "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