Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
[oweals/u-boot.git] / board / ronetix / pm9261 / Kconfig
index 1cb914976158c3a445105c9a1633fb7a0e4c9ec8..8c541981026ef4987fe58120640afcfa5e060068 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_PM9261
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "pm9261"
 
 config SYS_VENDOR
-       string
        default "ronetix"
 
-config SYS_SOC
-       string
-       default "at91"
-
 config SYS_CONFIG_NAME
-       string
        default "pm9261"
 
 endif