From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Fri, 20 Apr 2012 13:24:54 -0700 Subject: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env In-Reply-To: <1334951458-31987-1-git-send-email-twarren@nvidia.com> References: <1334951458-31987-1-git-send-email-twarren@nvidia.com> Message-ID: <20120420202454.GB738@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 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. -Allen nvpublic