]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8641hpcn/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / freescale / mpc8641hpcn / Kconfig
index 9fc42411495a8473388c92d4602e3b0802cfcd2e..ae45d63337487b85d4e0fe2105846e190d2e13f2 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_MPC8641HPCN
 
 config SYS_BOARD
-       string
        default "mpc8641hpcn"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "MPC8641HPCN"
 
 endif