]> git.sur5r.net Git - u-boot/blobdiff - board/ti/ks2_evm/Kconfig
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[u-boot] / board / ti / ks2_evm / Kconfig
index 96c5f22eadeb544f47b7459356210cb8bea7c6d9..c0568ec50c5a2a416e4ddf8520aa926b481fb412 100644 (file)
@@ -27,15 +27,25 @@ endif
 if TARGET_K2L_EVM
 
 config SYS_BOARD
-       string
        default "ks2_evm"
 
 config SYS_VENDOR
-       string
        default "ti"
 
 config SYS_CONFIG_NAME
-       string
        default "k2l_evm"
 
 endif
+
+if TARGET_K2G_EVM
+
+config SYS_BOARD
+       default "ks2_evm"
+
+config SYS_VENDOR
+       default "ti"
+
+config SYS_CONFIG_NAME
+       default "k2g_evm"
+
+endif