Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / board / atmel / at91sam9m10g45ek / Kconfig
index 8567f95..1bc086a 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_AT91SAM9M10G45EK
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "at91sam9m10g45ek"
 
 config SYS_VENDOR
-       string
        default "atmel"
 
 config SYS_SOC
-       string
        default "at91"
 
 config SYS_CONFIG_NAME
-       string
        default "at91sam9m10g45ek"
 
 endif