ARM: IGEP0033: Add support to boot from NAND.
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>
Thu, 25 Jul 2013 07:27:39 +0000 (09:27 +0200)
committerTom Rini <trini@ti.com>
Thu, 15 Aug 2013 12:51:10 +0000 (08:51 -0400)
commitcf8d0057aa57d794870203963c8187ab180fce42
tree677ce5a9023cfc66223266b672ae4446ebaa7034
parent3a2f040050e0bbd601adbbe23a5fa64d5342a922
ARM: IGEP0033: Add support to boot from NAND.

Add to the default environment the possibily to boot from NAND using
a ubi rootfs. Also the partition scheme is set as follows:

                  Start      Size
    SPL         : 0x00000000 0x00080000 (512KiB)
    U-Boot      : 0x00080000 0x00100000 (1MiB)
    U-Boot Env  : 0x00180000 0x00020000 (128KiB)
    File System : 0x001C0000 -

The ubiboot script gets the kernel and the dtb file from the boot directory
of the File System.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
include/configs/igep0033.h