]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/qca/ap143/Kconfig
MIPS: Move cache sizes to Kconfig
[people/ms/u-boot.git] / board / qca / ap143 / Kconfig
1 if TARGET_AP143
2
3 config SYS_VENDOR
4 default "qca"
5
6 config SYS_BOARD
7 default "ap143"
8
9 config SYS_CONFIG_NAME
10 default "ap143"
11
12 config SYS_TEXT_BASE
13 default 0x9f000000
14
15 config SYS_DCACHE_SIZE
16 default 32768
17
18 config SYS_ICACHE_SIZE
19 default 65536
20
21 config SYS_CACHELINE_SIZE
22 default 32
23
24 endif