global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / arch / arm / mach-apple / Kconfig
1 if ARCH_APPLE
2
3 config TEXT_BASE
4         default 0x00000000
5
6 config SYS_CONFIG_NAME
7         default "apple"
8
9 config SYS_SOC
10         default "apple"
11
12 config SYS_MALLOC_LEN
13         default 0x4000000
14
15 config SYS_MALLOC_F_LEN
16         default 0x4000
17
18 config LNX_KRNL_IMG_TEXT_OFFSET_BASE
19         default TEXT_BASE
20
21 endif