dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] m68knommu: fix ram length of m5208evb board

Adjust length of M5208EVB ram define.  It should size up to 32MB after
adding in the dBUG reserved 128k.

Problem pointed out be Milton Miller <miltonm@bga.com>.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Greg Ungerer 2006-01-10 16:43:39 +10:00 committed by Linus Torvalds
parent 01829e7212
commit 694d855fbc
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
*/
#if defined(CONFIG_M5208EVB)
#define RAM_START 0x40020000
#define RAM_LENGTH 0x01e00000
#define RAM_LENGTH 0x01fe0000
#endif
/*