]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/cogent/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / 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