]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx28evk/Kconfig
ARM: keystone2: Cleanup PLL init code
[karo-tx-uboot.git] / board / freescale / mx28evk / Kconfig
index 2fe6f327ca1a6c6969e2badbb8839e38ad84b72e..39777bd70faedd27748f486e9c98040d4919c5da 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_MX28EVK
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "mx28evk"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_SOC
-       string
        default "mxs"
 
 config SYS_CONFIG_NAME
-       string
        default "mx28evk"
 
 endif