Re: [U-Boot] [PATCH v5 02/12] part: header fix

2014-05-05 Thread Lukasz Majewski
Hi Mateusz, > Implementation made use of types defined in common.h, even though it > wasn't #included. It worked in circumstances when .c files included > every needed header (all). > > Signed-off-by: Mateusz Zalega > Cc: Tom Rini > Cc: Minkyu Kang Applied to u-boot-dfu branch. -- Best rega

Re: [U-Boot] [PATCH v5 02/12] part: header fix

2014-04-30 Thread Lukasz Majewski
Hi Tom, > Implementation made use of types defined in common.h, even though it > wasn't #included. It worked in circumstances when .c files included > every needed header (all). > > Signed-off-by: Mateusz Zalega > Cc: Tom Rini > Cc: Minkyu Kang > --- > Changes since v1: > - none > --- > inclu

[U-Boot] [PATCH v5 02/12] part: header fix

2014-04-28 Thread Mateusz Zalega
Implementation made use of types defined in common.h, even though it wasn't #included. It worked in circumstances when .c files included every needed header (all). Signed-off-by: Mateusz Zalega Cc: Tom Rini Cc: Minkyu Kang --- Changes since v1: - none --- include/part.h | 1 + 1 file changed,