diff options
author | wdenk <wdenk> | 2004-04-18 22:03:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 22:03:42 +0000 |
commit | a8bd82de4671edd5ab1114802b66d2ff5fb90e1f (patch) | |
tree | 08b99d8039aeb72dc1e912924c98bc3bf3a356b5 /include/configs/debris.h | |
parent | 7abf0c5886c395a3cc7e11f191d67be9a964a1bf (diff) |
* Patch by Sangmoon Kim, 12 Apr 2004:
Update max RAM size for debris board
* Patch by Travis Sawyer, 08 Apr 2004:
Add TLB entry for second DIMM slot on ocotea
* Patch by Masami Komiya, 08 Apr 2004:
add RTL8169 network driver
Diffstat (limited to 'include/configs/debris.h')
-rw-r--r-- | include/configs/debris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/debris.h b/include/configs/debris.h index 0fc54e532fa..a9a24588726 100644 --- a/include/configs/debris.h +++ b/include/configs/debris.h @@ -175,7 +175,7 @@ * Please note that CFG_SDRAM_BASE _must_ start at 0 */ #define CFG_SDRAM_BASE 0x00000000 -#define CFG_MAX_RAM_SIZE 0x10000000 +#define CFG_MAX_RAM_SIZE 0x20000000 #define CONFIG_VERY_BIG_RAM #define CFG_RESET_ADDRESS 0xFFF00100 |