blob: 1780152d81dace541507110a04e4065f49fb3cdc [file] [log] [blame]
Greg Ungererac55cdf2009-02-02 16:27:52 +10001/* This handles the memory map.. */
2
3#ifdef CONFIG_MMU
4#ifndef CONFIG_SUN3
5#define PAGE_OFFSET_RAW 0x00000000
Sam Ravnborg49148022009-01-16 21:58:10 +10006#else
Greg Ungererac55cdf2009-02-02 16:27:52 +10007#define PAGE_OFFSET_RAW 0x0E000000
8#endif
9#else
10#define PAGE_OFFSET_RAW CONFIG_RAMBASE
Sam Ravnborg49148022009-01-16 21:58:10 +100011#endif