]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/st/nhk8815/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / st / nhk8815 / Kconfig
index ec3f880deaaca65ea28bf0b734ca148d328be2ec..94547dc118dac0a87c94e9ccca041ae6710bd3e5 100644 (file)
@@ -1,23 +1,12 @@
-if TARGET_NHK8815
-
-config SYS_CPU
-       string
-       default "arm926ejs"
+if NOMADIK_NHK8815
 
 config SYS_BOARD
-       string
        default "nhk8815"
 
 config SYS_VENDOR
-       string
        default "st"
 
-config SYS_SOC
-       string
-       default "nomadik"
-
 config SYS_CONFIG_NAME
-       string
        default "nhk8815"
 
 endif