Re: [U-Boot] [PATCH v2 04/32] dm: fdtdec: 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 > > lib/fdtdec.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied to u-boot-dm/next.

[U-Boot] [PATCH v2 04/32] dm: fdtdec: 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 lib/fdtdec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index b361a25..0cb255f 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@