954b36d48b
Remove board specific base RAM conditionals from page_offset.h With the Kconfig time configurable RAM setup none of this is required. It is all based on the Kconfig (CONFIG_RAMBASE) option now. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
5 lines
79 B
C
5 lines
79 B
C
|
|
|
|
/* This handles the memory map.. */
|
|
#define PAGE_OFFSET_RAW CONFIG_RAMBASE
|
|
|