
On Thu, Feb 14, 2013 at 10:19:28AM -0700, Stephen Warren wrote:
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.
Yes, I seem to remember using that as well at some point. In most of our products we ship a single uImage, though, which contains both the zImage and the initrd.gz (when we can support all features on mainline, a DTB will also be part of the same uImage). The main reason why we do this is because it reduces the number of files that need to be distributed.
Thierry