xref: /openbmc/u-boot/board/imgtec/ci20/Kconfig (revision fd0135e3c54c391b6143f85440e30d576a9a83fe)
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
16