Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
[pandora-u-boot.git] / board / imgtec / ci20 / Kconfig
1 if TARGET_JZ4780_CI20
2
3 config SYS_BOARD
4         default "ci20"
5
6 config SYS_VENDOR
7         default "imgtec"
8
9 config SYS_CONFIG_NAME
10         default "ci20"
11
12 config SYS_TEXT_BASE
13         default 0x80000000
14
15 endif