diff options
| -rw-r--r-- | arch/arm/include/asm/memory.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/include/asm/memory.h b/arch/arm/include/asm/memory.h index 2b751464d6ff..c6bbb7daea59 100644 --- a/arch/arm/include/asm/memory.h +++ b/arch/arm/include/asm/memory.h | |||
| @@ -91,9 +91,7 @@ | |||
| 91 | * of this define that was meant to. | 91 | * of this define that was meant to. |
| 92 | * Fortunately, there is no reference for this in noMMU mode, for now. | 92 | * Fortunately, there is no reference for this in noMMU mode, for now. |
| 93 | */ | 93 | */ |
| 94 | #ifndef TASK_SIZE | 94 | #define TASK_SIZE UL(0xffffffff) |
| 95 | #define TASK_SIZE (CONFIG_DRAM_SIZE) | ||
| 96 | #endif | ||
| 97 | 95 | ||
| 98 | #ifndef TASK_UNMAPPED_BASE | 96 | #ifndef TASK_UNMAPPED_BASE |
| 99 | #define TASK_UNMAPPED_BASE UL(0x00000000) | 97 | #define TASK_UNMAPPED_BASE UL(0x00000000) |
