From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 20 Apr 2012 15:40:42 -0600 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: <4F91D7DA.80506@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/20/2012 01:50 PM, 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. ... > diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h ... > #define CONFIG_EXTRA_ENV_SETTINGS \ ... > + "script=/boot.scr.uimg\0" \ It might be best to make that just /boot.scr. The reason being that I looked at the Ubuntu Precise images for OMAP, and they don't have ".uimg" in the filename, even though they're uImage files. It's probably best to be consistent with the Ubuntu images given the only other precedent is what I do locally, which can easily be adjusted.