Re: [U-Boot] [PATCH 1/2] Flatten and solidify block_dev_desc layout

2011-10-24 Thread Detlev Zundel
Hi Che-liang, > I guess I have to put this patchset on hold. I will get you back if we > could proceed with this patchset. Please don't top-post. The mails really are more difficult to read in context. > Regards, > Che-Liang > > On Sat, Oct 22, 2011 at 3:09 AM, Wolfgang Denk wrote: >> Dear Che

Re: [U-Boot] [PATCH 1/2] Flatten and solidify block_dev_desc layout

2011-10-23 Thread Che-liang Chiou
Dear Wolfgang Denk, I guess I have to put this patchset on hold. I will get you back if we could proceed with this patchset. Regards, Che-Liang On Sat, Oct 22, 2011 at 3:09 AM, Wolfgang Denk wrote: > Dear Che-Liang Chiou, > > In message <1319178708-10881-2-git-send-email-clch...@chromium.org> y

Re: [U-Boot] [PATCH 1/2] Flatten and solidify block_dev_desc layout

2011-10-21 Thread Wolfgang Denk
Dear Che-Liang Chiou, In message <1319178708-10881-2-git-send-email-clch...@chromium.org> you wrote: > The block_dev_desc struct has #ifdef on lba48 and variable-size on lba > and so its layout varies from config to config. At least part_efi.c has > partially complained about this. > > This patc