]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/pb1x00/Kconfig
27b2ef000b0937a6e5a1e514b2683ff4c1aaaf9f
[people/ms/u-boot.git] / board / pb1x00 / Kconfig
1 if TARGET_PB1X00
2
3 config SYS_BOARD
4 default "pb1x00"
5
6 config SYS_SOC
7 default "au1x00"
8
9 config SYS_CONFIG_NAME
10 default "pb1x00"
11
12 config SYS_TEXT_BASE
13 default 0x83800000
14
15 config SYS_DCACHE_SIZE
16 default 16384
17
18 config SYS_ICACHE_SIZE
19 default 16384
20
21 config SYS_CACHELINE_SIZE
22 default 32
23
24 endif