Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 1 | if ARCH_APPLE |
| 2 | |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 3 | config TEXT_BASE |
Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 4 | default 0x00000000 |
| 5 | |
| 6 | config SYS_CONFIG_NAME |
| 7 | default "apple" |
| 8 | |
| 9 | config SYS_SOC |
Mark Kettenis | d08a4b7 | 2022-01-22 20:38:13 +0100 | [diff] [blame] | 10 | default "apple" |
Mark Kettenis | 58d5127 | 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 | d391d8b | 2021-12-11 14:55:51 -0500 | [diff] [blame] | 18 | config LNX_KRNL_IMG_TEXT_OFFSET_BASE |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 19 | default TEXT_BASE |
Tom Rini | d391d8b | 2021-12-11 14:55:51 -0500 | [diff] [blame] | 20 | |
Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 21 | endif |