diff options
author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 00:31:58 -0400 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 00:31:58 -0400 |
commit | 324f40fbb02ed9339ddbdc450ff8ba614a92a630 (patch) | |
tree | ee25761ee677ad2558ef9a9fdb721eb6bdb8febd /arch/score/include | |
parent | ffa818b4b099f65b6cb74750bdb979061716e020 (diff) |
score: add MEMORY_START and MEMORY_SIZE define, to make the code clear
Diffstat (limited to 'arch/score/include')
-rw-r--r-- | arch/score/include/asm/setup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/score/include/asm/setup.h b/arch/score/include/asm/setup.h index de89eff98dae..3cb944dc68dc 100644 --- a/arch/score/include/asm/setup.h +++ b/arch/score/include/asm/setup.h | |||
@@ -2,7 +2,8 @@ | |||
2 | #define _ASM_SCORE_SETUP_H | 2 | #define _ASM_SCORE_SETUP_H |
3 | 3 | ||
4 | #define COMMAND_LINE_SIZE 256 | 4 | #define COMMAND_LINE_SIZE 256 |
5 | #define MEM_SIZE 0x2000000 | 5 | #define MEMORY_START 0 |
6 | #define MEMORY_SIZE 0x2000000 | ||
6 | 7 | ||
7 | #ifdef __KERNEL__ | 8 | #ifdef __KERNEL__ |
8 | 9 | ||