]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/uniphier-common.h
ARM: UniPhier: move support card select to Kconfig
[karo-tx-uboot.git] / include / configs / uniphier-common.h
index 2140fccc5a4ec27e38e5f472d17e80bae17be8eb..224c3354b8ac243beacbc1f3682ce02e7336655b 100644 (file)
 #ifndef __CONFIG_UNIPHIER_COMMON_H__
 #define __CONFIG_UNIPHIER_COMMON_H__
 
-#if defined(CONFIG_PFC_MICRO_SUPPORT_CARD) &&  \
-                               defined(CONFIG_DCC_MICRO_SUPPORT_CARD)
-# error "Both CONFIG_PFC_MICRO_SUPPORT_CARD and CONFIG_DCC_MICRO_SUPPORT_CARD \
-are defined. Select only one of them."
-#endif
-
 /*
  * Support card address map
  */
@@ -205,7 +199,6 @@ are defined. Select only one of them."
        "image_offset=0x00080000\0"             \
        "image_size=0x00f00000\0"               \
        "verify=n\0"                            \
-       "autostart=yes\0"                       \
        "norboot=run add_default_bootargs;"                             \
                "bootm $image_offset\0"                                 \
        "nandboot=run add_default_bootargs;"                            \