[U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env
Allen Martin
amartin at nvidia.com
Fri Apr 20 22:24:54 CEST 2012
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.
-Allen
nvpublic
More information about the U-Boot
mailing list