summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/memlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/memlayout.h')
-rw-r--r--src/arch/x86/include/arch/memlayout.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/include/arch/memlayout.h b/src/arch/x86/include/arch/memlayout.h
index aea5a7ddb88d..4f5d21a5e63e 100644
--- a/src/arch/x86/include/arch/memlayout.h
+++ b/src/arch/x86/include/arch/memlayout.h
@@ -3,10 +3,6 @@
#ifndef __ARCH_MEMLAYOUT_H
#define __ARCH_MEMLAYOUT_H
-#if (CONFIG_RAMTOP == 0)
-# error "CONFIG_RAMTOP not configured"
-#endif
-
/* Intel386 psABI requires a 16 byte aligned stack. */
#define ARCH_STACK_ALIGN_SIZE 16