]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/pb1x00/Kconfig
MIPS: remove dead code from asm/u-boot-mips.h
[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
dd84058d 15endif