]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/t4qds/Kconfig
powerpc: T4160QDS: Separate from T4240QDS in Kconfig
[people/ms/u-boot.git] / board / freescale / t4qds / Kconfig
index f4b0ba232237af46b32b1e012e06bb0caaff8db1..563a87c4569cd81b2f2402e0d55b4441df43b3a5 100644 (file)
@@ -1,31 +1,12 @@
-if TARGET_T4240EMU
+if TARGET_T4160QDS || TARGET_T4240QDS
 
 config SYS_BOARD
-       string
        default "t4qds"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
-       default "T4240EMU"
-
-endif
-
-if TARGET_T4240QDS
-
-config SYS_BOARD
-       string
-       default "t4qds"
-
-config SYS_VENDOR
-       string
-       default "freescale"
-
-config SYS_CONFIG_NAME
-       string
        default "T4240QDS"
 
 endif