Mark Kettenis | 003b657 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 1 | if ARCH_APPLE |
2 | |||||
3 | config SYS_TEXT_BASE | ||||
4 | default 0x00000000 | ||||
5 | |||||
6 | config SYS_CONFIG_NAME | ||||
7 | default "apple" | ||||
8 | |||||
9 | config SYS_SOC | ||||
Mark Kettenis | a4bd5e4 | 2022-01-22 20:38:13 +0100 | [diff] [blame^] | 10 | default "apple" |
Mark Kettenis | 003b657 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 11 | |
12 | config SYS_MALLOC_LEN | ||||
13 | default 0x4000000 | ||||
14 | |||||
15 | config SYS_MALLOC_F_LEN | ||||
16 | default 0x4000 | ||||
17 | |||||
Tom Rini | f76750d | 2021-12-11 14:55:51 -0500 | [diff] [blame] | 18 | config LNX_KRNL_IMG_TEXT_OFFSET_BASE |
19 | default SYS_TEXT_BASE | ||||
20 | |||||
Mark Kettenis | 003b657 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 21 | endif |