Rev 534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 573 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __mips32_MEMORY_INIT_H__ |
29 | #ifndef __mips32_MEMORY_INIT_H__ |
30 | #define __mips32_MEMORY_INIT_H__ |
30 | #define __mips32_MEMORY_INIT_H__ |
31 | 31 | ||
32 | #include <config.h> |
32 | #include <config.h> |
33 | 33 | ||
- | 34 | /* When this function is called, we do not have ARC initiated |
|
- | 35 | * - provide some reasonable minimum and update it later |
|
- | 36 | */ |
|
34 | #define get_memory_size() CONFIG_MEMORY_SIZE |
37 | #define get_memory_size() CONFIG_MEMORY_SIZE |
35 | //#define get_memory_size() 150*1024*1024 |
- | |
36 | 38 | ||
37 | #endif |
39 | #endif |