]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/spear3xx_evb.h
SPEAr: Add configuration options for spear3xx and spear6xx boards
[karo-tx-uboot.git] / include / configs / spear3xx_evb.h
similarity index 96%
rename from include/configs/spear3xx.h
rename to include/configs/spear3xx_evb.h
index f3e335465df92c6de583b730495330648a29160a..d6fdc0932e013eaf61e249d0d4e1e2d69e7c903f 100644 (file)
 #define CONFIG_SPEAR320                                1
 #endif
 
+#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>
 
 /* Ethernet driver configuration */