]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/qemu-mips/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot
[people/ms/u-boot.git] / board / qemu-mips / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_QEMU_MIPS
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "qemu-mips"
5
6config SYS_CONFIG_NAME
aa45f75e
DS
7 default "qemu-mips" if 32BIT
8 default "qemu-mips64" if 64BIT
dd84058d 9
ec35e123
PB
10config SYS_TEXT_BASE
11 default 0xbfc00000 if 32BIT
12 default 0xffffffffbfc00000 if 64BIT
13
ace3be4f
PB
14config SYS_DCACHE_SIZE
15 default 16384
16
37228621
PB
17config SYS_DCACHE_LINE_SIZE
18 default 32
19
ace3be4f
PB
20config SYS_ICACHE_SIZE
21 default 16384
22
37228621 23config SYS_ICACHE_LINE_SIZE
ace3be4f
PB
24 default 32
25
dd84058d 26endif