Re: [U-Boot] [PATCH v2 2/5] cmd: spl: Fix compiling warning

2017-08-09 Thread Tom Rini
On Mon, Aug 07, 2017 at 04:16:23PM -0700, York Sun wrote: > Fix warning "cast from pointer to integer of different size". > > Signed-off-by: York Sun Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing lis

[U-Boot] [PATCH v2 2/5] cmd: spl: Fix compiling warning

2017-08-07 Thread York Sun
Fix warning "cast from pointer to integer of different size". Signed-off-by: York Sun --- Changes in v2: None cmd/spl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/spl.c b/cmd/spl.c index 057764a..562140a 100644 --- a/cmd/spl.c +++ b/cmd/spl.c @@ -108,12 +10