Re: [U-Boot] [PATCH v2 03/32] dm: part: Correct a sandbox build warning

2016-03-12 Thread Simon Glass
On 29 February 2016 at 15:25, Simon Glass wrote: > Adjust the cast to avoid a warning when stdint.h is used. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > disk/part_efi.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) Applied to u-boot-dm/next. ___

[U-Boot] [PATCH v2 03/32] dm: part: Correct a sandbox build warning

2016-02-29 Thread Simon Glass
Adjust the cast to avoid a warning when stdint.h is used. Signed-off-by: Simon Glass --- Changes in v2: None disk/part_efi.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index db5e7ed..7bd840f 100644 --- a/disk/part_efi.c +++