]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/synopsys/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[people/ms/u-boot.git] / board / synopsys / Kconfig
index 22034c19f1b39f2d47fbe60d6857a8d144bea773..8ab48cd91c44aae6cc5fad3ab0a0308a0344814e 100644 (file)
@@ -1,31 +1,9 @@
 if TARGET_ARCANGEL4
 
-config SYS_CPU
-       string
-       default "arc700"
-
 config SYS_VENDOR
-       string
        default "synopsys"
 
 config SYS_CONFIG_NAME
-       string
        default "arcangel4"
 
 endif
-
-if TARGET_ARCANGEL4_BE
-
-config SYS_CPU
-       string
-       default "arc700"
-
-config SYS_VENDOR
-       string
-       default "synopsys"
-
-config SYS_CONFIG_NAME
-       string
-       default "arcangel4-be"
-
-endif