diff mbox

[U-Boot,3/9] orion5x: Increase maximum bank size to 128M

Message ID 1300391223-11879-4-git-send-email-mspang@csclub.uwaterloo.ca
State Accepted
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Michael Spang March 17, 2011, 7:46 p.m. UTC
The TS-7800 has one 128M RAM bank, so the maximum must be increased.

Signed-off-by: Michael Spang <mspang@csclub.uwaterloo.ca>
---
 arch/arm/include/asm/arch-orion5x/orion5x.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-orion5x/orion5x.h b/arch/arm/include/asm/arch-orion5x/orion5x.h
index e3d3f76..96c2c57 100644
--- a/arch/arm/include/asm/arch-orion5x/orion5x.h
+++ b/arch/arm/include/asm/arch-orion5x/orion5x.h
@@ -63,7 +63,7 @@ 
 #define MAX_MVGBE_DEVS	1
 #define MVGBE0_BASE	ORION5X_EGIGA_BASE
 
-#define CONFIG_MAX_RAM_BANK_SIZE		(64*1024*1024)
+#define CONFIG_MAX_RAM_BANK_SIZE		(128*1024*1024)
 
 /* include here SoC variants. 5181, 5281, 6183 should go here when
    adding support for them, and this comment should then be updated. */