]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/spear6xx_evb.h
SPEAr: Add configuration options for spear3xx and spear6xx boards
[karo-tx-uboot.git] / include / configs / spear6xx_evb.h
similarity index 89%
rename from include/configs/spear6xx.h
rename to include/configs/spear6xx_evb.h
index c5bcc30cb7531a54e3d66d2fd2f1f3ff19c6a5df..18bd140fcc26de1ffcb546259b52de87d594dea9 100644 (file)
  */
 #define CONFIG_SPEAR600                                1
 
+#if defined(CONFIG_usbtty)
+#define CONFIG_SPEAR_USBTTY
+#endif
+
+#if defined(CONFIG_nand)
+#define CONFIG_ENV_IS_IN_NAND
+#else
+#define CONFIG_ENV_IS_IN_FLASH
+#endif
+
 #include <configs/spear-common.h>
 
 /* Serial Configuration (PL011) */