18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* This handles the memory map.. */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#if defined(CONFIG_RAMBASE)
58c2ecf20Sopenharmony_ci#define PAGE_OFFSET_RAW		CONFIG_RAMBASE
68c2ecf20Sopenharmony_ci#elif defined(CONFIG_SUN3)
78c2ecf20Sopenharmony_ci#define PAGE_OFFSET_RAW		0x0E000000
88c2ecf20Sopenharmony_ci#else
98c2ecf20Sopenharmony_ci#define PAGE_OFFSET_RAW		0x00000000
108c2ecf20Sopenharmony_ci#endif
11