kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / r360mpi / Kconfig
index ea4614fbbfc4c920bb8bf36a3e9859d68b31b743..fe8484faa9938703811a1684752650f7246bf943 100644 (file)
@@ -1,11 +1,9 @@
 if TARGET_R360MPI
 
 config SYS_BOARD
-       string
        default "r360mpi"
 
 config SYS_CONFIG_NAME
-       string
        default "R360MPI"
 
 endif