xref: /openbmc/u-boot/board/imgtec/ci20/Kconfig (revision 8f6d5bbb)
1if TARGET_JZ4780_CI20
2
3config SYS_BOARD
4	default "ci20"
5
6config SYS_VENDOR
7	default "imgtec"
8
9config SYS_CONFIG_NAME
10	default "ci20"
11
12config SYS_TEXT_BASE
13	default 0x80000000
14
15endif
16