162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* This handles the memory map.. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#if defined(CONFIG_RAMBASE) 562306a36Sopenharmony_ci#define PAGE_OFFSET_RAW CONFIG_RAMBASE 662306a36Sopenharmony_ci#elif defined(CONFIG_SUN3) 762306a36Sopenharmony_ci#define PAGE_OFFSET_RAW 0x0E000000 862306a36Sopenharmony_ci#else 962306a36Sopenharmony_ci#define PAGE_OFFSET_RAW 0x00000000 1062306a36Sopenharmony_ci#endif 11