diff options
author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 08:31:58 +0400 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 08:31:58 +0400 |
commit | 324f40fbb02ed9339ddbdc450ff8ba614a92a630 (patch) | |
tree | ee25761ee677ad2558ef9a9fdb721eb6bdb8febd /arch/score/include/asm/setup.h | |
parent | ffa818b4b099f65b6cb74750bdb979061716e020 (diff) | |
download | linux-324f40fbb02ed9339ddbdc450ff8ba614a92a630.tar.xz |
score: add MEMORY_START and MEMORY_SIZE define, to make the code clear
Diffstat (limited to 'arch/score/include/asm/setup.h')
-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 @@ #define _ASM_SCORE_SETUP_H #define COMMAND_LINE_SIZE 256 -#define MEM_SIZE 0x2000000 +#define MEMORY_START 0 +#define MEMORY_SIZE 0x2000000 #ifdef __KERNEL__ |