commit | 88d89668b9d9d4553e630c1c4ce3b0bee725e6ec | [log] [tgz] |
---|---|---|
author | Ash Charles <ashcharles@gmail.com> | Tue Apr 28 16:17:54 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun May 10 07:29:39 2015 -0400 |
tree | b913a4583e2d23910018f39633814d82d31f5042 | |
parent | ce170a1c3d7223d678491e4180b088d196379eef [diff] |
omap3: overo: Allow boot with kernel in UBI rootfs If regular NAND booting fails to find a valid uImage in the kernel partition in NAND, try to boot using a zImage and dtb found in a UBI volume in the rootfs partition. This is the NAND analog of mmc zImage booting for device-tree based kernels. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Arun Bharadwaj <arun@gumstix.com>