Re: [U-Boot] [PATCH] strmhz: Make hz unsigned to support greater than 2146 MHz clock

2011-03-22 Thread Wolfgang Denk
Dear Kumar Gala, In message <1299342497-2942-1-git-send-email-ga...@kernel.crashing.org> you wrote: > From: Ed Swarthout > > For example, an input of 0x8000 should print: > > 2147.484 instead of -2147.-483. > > Signed-off-by: Ed Swarthout > Signed-off-by: Kumar Gala > --- > include/com

[U-Boot] [PATCH] strmhz: Make hz unsigned to support greater than 2146 MHz clock

2011-03-05 Thread Kumar Gala
From: Ed Swarthout For example, an input of 0x8000 should print: 2147.484 instead of -2147.-483. Signed-off-by: Ed Swarthout Signed-off-by: Kumar Gala --- include/common.h |2 +- lib/strmhz.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common