From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 14 Feb 2013 10:19:28 -0700 Subject: [U-Boot] [PATCH 2/4] Tegra: Medcom-Wide: Enable NAND and boot script support In-Reply-To: <1360828494-16207-2-git-send-email-thierry.reding@avionic-design.de> References: <1360828494-16207-1-git-send-email-thierry.reding@avionic-design.de> <1360828494-16207-2-git-send-email-thierry.reding@avionic-design.de> Message-ID: <511D1CA0.5080100@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 02/14/2013 12:54 AM, Thierry Reding wrote: > Boot script support brings Medcom-Wide in line with other Tegra boards. > In order to enable booting a Linux kernel with initial ramdisk, also add > support for the new FIT image type. I don't care if you enable FIT on your boards, but I would like to point out that there's no requirement to enable FIT just to support ramdisks. bootz/bootm support separate files/locations/... for ramdisks if you want, and I'm pretty sure I validated it worked once at least.