Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-19 Thread Dirk Behme
This patch is obsolete now with http://git.denx.de/?p=u-boot.git;a=commit;h=2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd Thanks Dirk Dirk Behme wrote: > With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update > MTD infrastructure to support 64bit device size" > CONFIG_SYS_64BIT_VSPRINTF

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090712193430.gb1...@game.jcrosoft.org> you wrote: > > when increase the u-boot size IMHO we do need to have the board maintainer > ack because we do not known if it will break or not the board It's not practical to wait for all BM's to ACK such

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:37 Sun 12 Jul , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090712152355.gh7...@game.jcrosoft.org> you wrote: > > > > > If none of the board maintatiners sends a NAK after a reasonable time > > > (3...4 days or so, max 1 week), the we can assume that t

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090712152355.gh7...@game.jcrosoft.org> you wrote: > > > If none of the board maintatiners sends a NAK after a reasonable time > > (3...4 days or so, max 1 week), the we can assume that the patch is > > OK and should be applied. > you ask us mu

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:41 Sun 12 Jul , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090712125617.ga7...@game.jcrosoft.org> you wrote: > > On 10:28 Sun 12 Jul , Dirk Behme wrote: > > > With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update > > > MTD infrastructu

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090712125617.ga7...@game.jcrosoft.org> you wrote: > On 10:28 Sun 12 Jul , Dirk Behme wrote: > > With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update > > MTD infrastructure to support 64bit device size" > > CONFIG_SYS_64BIT_VSPRI

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:28 Sun 12 Jul , Dirk Behme wrote: >> With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update >> MTD infrastructure to support 64bit device size" >> CONFIG_SYS_64BIT_VSPRINTF needs to be defined to get correct output >> and to remove anno

Re: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:28 Sun 12 Jul , Dirk Behme wrote: > With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update > MTD infrastructure to support 64bit device size" > CONFIG_SYS_64BIT_VSPRINTF needs to be defined to get correct output > and to remove annoying warning > > warning: #warning Please def

[U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND

2009-07-12 Thread Dirk Behme
With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update MTD infrastructure to support 64bit device size" CONFIG_SYS_64BIT_VSPRINTF needs to be defined to get correct output and to remove annoying warning warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! Add C