Re: [U-Boot] [PATCH] mpc83xx pci: Round up memory size in inbound window.

2008-10-30 Thread Kim Phillips
On Tue, 28 Oct 2008 11:45:04 -0500 Scott Wood <[EMAIL PROTECTED]> wrote: > The current calculation will fail to cover all memory if > its size is not a power of two. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> applied, thanks. Kim ___ U-Boot mai

[U-Boot] [PATCH] mpc83xx pci: Round up memory size in inbound window.

2008-10-28 Thread Scott Wood
The current calculation will fail to cover all memory if its size is not a power of two. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- cpu/mpc83xx/pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/mpc83xx/pci.c b/cpu/mpc83xx/pci.c index 5b8eeb7..ab0760b 10064