]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ait/cam_enc_4xx/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / ait / cam_enc_4xx / Kconfig
index d1f89df54a729b020e2780b804d048789fb19444..64e18f4e233325adb247812967c0e96bdda4150f 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_CAM_ENC_4XX
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "cam_enc_4xx"
 
 config SYS_VENDOR
-       string
        default "ait"
 
-config SYS_SOC
-       string
-       default "davinci"
-
 config SYS_CONFIG_NAME
-       string
        default "cam_enc_4xx"
 
 endif