[PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Hrishikesh Bhandiwad
In the nand partition table specifying the offset addresses directly instead of using the macro MTDPART_OFS_APPEND to gain runtime efficiency while nand initialization. MTDPART_OFS_APPEND has the value (-1) ,if assigned to offset, a runtime calculation of actual offset happens each time nand is

Re: [PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Felipe Balbi
On Mon, Jul 25, 2011 at 06:37:23PM +0530, Hrishikesh Bhandiwad wrote: In the nand partition table specifying the offset addresses directly instead of using the macro MTDPART_OFS_APPEND to gain runtime efficiency while nand initialization. MTDPART_OFS_APPEND has the value (-1) ,if assigned to

Re: [PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Felipe Balbi
Hi again, On Mon, Jul 25, 2011 at 04:14:06PM +0300, Felipe Balbi wrote: On Mon, Jul 25, 2011 at 06:37:23PM +0530, Hrishikesh Bhandiwad wrote: In the nand partition table specifying the offset addresses directly instead of using the macro MTDPART_OFS_APPEND to gain runtime efficiency while