Re: [U-Boot] [U-BOOT][PATCH 3/3] Fix miscalculated total sectors

2009-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:05 Fri 13 Feb , unsik Kim wrote: > When using CONFIG_MG_DISK_RES, total sectors should be > recalculated. > > Signed-off-by: unsik Kim same as patch 2 why in an other patch? Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http:/

[U-Boot] [U-BOOT][PATCH 3/3] Fix miscalculated total sectors

2009-02-13 Thread unsik Kim
When using CONFIG_MG_DISK_RES, total sectors should be recalculated. Signed-off-by: unsik Kim --- drivers/block/mg_disk.c | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/block/mg_disk.c b/drivers/block/mg_disk.c index e1b1a68..193a441 100644 ---