Re: [U-Boot] [PATCH v2 1/3] dfu: unify mmc/nand read/write ops enum

2013-09-10 Thread Lukasz Majewski
Hi Afzal, > MMC and NAND independently defines same enumerators for read/write. > Unify them by defining enum in dfu header. RAM support that is being > added newly also can make use of it. > > Signed-off-by: Afzal Mohammed > Cc: Lukasz Majewski > Cc: Pantelis Antoniou > --- > > v2: new > >

[U-Boot] [PATCH v2 1/3] dfu: unify mmc/nand read/write ops enum

2013-09-09 Thread Afzal Mohammed
MMC and NAND independently defines same enumerators for read/write. Unify them by defining enum in dfu header. RAM support that is being added newly also can make use of it. Signed-off-by: Afzal Mohammed Cc: Lukasz Majewski Cc: Pantelis Antoniou --- v2: new drivers/dfu/dfu_mmc.c | 9 ++-