Re: [U-Boot] [Patch v5 2/2] common/board_f: Fix size variable

2014-05-05 Thread Simon Glass
On 2 May 2014 18:28, York Sun wrote: > DRAM size should use 64-bit variable when the size could be more than 4GB. > Caught and verified on P4080DS with 4GB DDR. > > Signed-off-by: York Sun Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] [Patch v5 2/2] common/board_f: Fix size variable

2014-05-02 Thread York Sun
DRAM size should use 64-bit variable when the size could be more than 4GB. Caught and verified on P4080DS with 4GB DDR. Signed-off-by: York Sun --- Change log v5: no change since v1 common/board_f.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/board_f.c b/commo