commit | 4b9dc7c26b5a7e20c9be697f1ba3bb4ba995c643 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Tue Jul 12 20:28:32 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 22 14:46:18 2016 -0400 |
tree | 209ef49841c3a0e29cf1b1762e1ddf0c39169a6c | |
parent | 97ee70606cae6cc7cc300b20ffb5da3c4b547374 [diff] |
igep00x0: UBIize Convert IGEP board to use UBI volumes for U-Boot, its environment and kernel. With exception of first four sectors read by SoC boot ROM whole (One)NAND is UBI managed. Also merge NAND and OneNAND defconfigs as now one binary can serve both flashes. As code is too big now, drop CONFIG_SPL_EXT_SUPPORT to make it fit. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Reviewed-by: Heiko Schocher <hs@denx.de>