]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/pb1x00/Kconfig
imx6: engicam: Drop SPL_EXT_SUPPORT
[people/ms/u-boot.git] / board / pb1x00 / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_PB1X00
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "pb1x00"
5
6config SYS_SOC
dd84058d
MY
7 default "au1x00"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "pb1x00"
11
ec35e123
PB
12config SYS_TEXT_BASE
13 default 0x83800000
14
ace3be4f
PB
15config SYS_DCACHE_SIZE
16 default 16384
17
37228621
PB
18config SYS_DCACHE_LINE_SIZE
19 default 32
20
ace3be4f
PB
21config SYS_ICACHE_SIZE
22 default 16384
23
37228621 24config SYS_ICACHE_LINE_SIZE
ace3be4f
PB
25 default 32
26
dd84058d 27endif