]> git.sur5r.net Git - u-boot/blob - board/cogent/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[u-boot] / board / cogent / Kconfig
1 if TARGET_COGENT_MPC8260
2
3 config SYS_BOARD
4         default "cogent"
5
6 config SYS_CONFIG_NAME
7         default "cogent_mpc8260"
8
9 endif
10
11 if TARGET_COGENT_MPC8XX
12
13 config SYS_BOARD
14         default "cogent"
15
16 config SYS_CONFIG_NAME
17         default "cogent_mpc8xx"
18
19 endif