On Tue, Dec 12, 2017 at 12:24:02PM -0600, Derald D. Woods wrote: > On Tue, Dec 12, 2017 at 10:15:03AM -0800, Tony Lindgren wrote: > > Well that's good to hear :) My only concern with your patch is what > > happens if somebody boots with older u-boot with different partition > > sizes? > > I agree. The 'bootargs' mechanisms have seen some recent changes that > may be a factor in what I am seeing. I had to include the command line > in my config to test some NAND partitioning schemes and UBI. I am > learning and Hopefully fixing some things as I go. u-boot/board/isee/igep00x0/igep00x0.c is using only two MTD partitions, runtime generated. As OMAP's BootROM tries to read from atmost first four sectors before it gives up, size of SPL partiton is runtime generated according to NAND sector size. The rest of NAND is UBI managed. This of course breaks backward compatibility, but is unlikely to break in future. Someone needs to decide :) ladis -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html