Re: [U-Boot] [patch 2/2] spl: Lightweight UBI and UBI fastmap support

2014-09-29 Thread Heiko Schocher
Hello Richard, Am 30.09.2014 00:21, schrieb Richard Weinberger: Am 05.07.2014 11:48, schrieb Thomas Gleixner: +/** + * ubi_calc_fm_size - calculates the fastmap size in bytes for an UBI device. + * @ubi: UBI device description object + */ +static size_t ubi_calc_fm_size(struct ubi_scan_info *ub

Re: [U-Boot] [patch 2/2] spl: Lightweight UBI and UBI fastmap support

2014-09-29 Thread Richard Weinberger
Am 05.07.2014 11:48, schrieb Thomas Gleixner: > +/** > + * ubi_calc_fm_size - calculates the fastmap size in bytes for an UBI device. > + * @ubi: UBI device description object > + */ > +static size_t ubi_calc_fm_size(struct ubi_scan_info *ubi) > +{ > + size_t size; > + > + size = sizeof(str

Re: [U-Boot] [patch 2/2] spl: Lightweight UBI and UBI fastmap support

2014-09-01 Thread Thomas Gleixner
On Fri, 8 Aug 2014, Tom Rini wrote: > On Sat, Jul 05, 2014 at 09:48:13AM -, Thomas Gleixner wrote: > > > Booting a payload out of NAND FLASH from the SPL is a crux today, as > > it requires hard partioned FLASH. Not a brilliant idea with the > > reliability of todays NAND FLASH chips. > [snip

Re: [U-Boot] [patch 2/2] spl: Lightweight UBI and UBI fastmap support

2014-08-08 Thread Tom Rini
On Sat, Jul 05, 2014 at 09:48:13AM -, Thomas Gleixner wrote: > Booting a payload out of NAND FLASH from the SPL is a crux today, as > it requires hard partioned FLASH. Not a brilliant idea with the > reliability of todays NAND FLASH chips. [snip] > + CONFIG_SPL_UBI > +