]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/spear6xx_evb.h
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
[people/ms/u-boot.git] / include / configs / spear6xx_evb.h
index 7f4dc5801c26d13dfe38bfcea91a49badc3f8ad7..de08a727043b00c0278dbcf2de5a9f018d01ef7d 100644 (file)
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_SPEAR600
-
-#if defined(CONFIG_usbtty)
+#if defined(CONFIG_USBTTY)
 #define CONFIG_SPEAR_USBTTY
 #endif
 
-#if defined(CONFIG_nand)
-#define CONFIG_ENV_IS_IN_NAND
+#if defined(CONFIG_NAND)
 #else
 #define CONFIG_ENV_IS_IN_FLASH
 #endif
@@ -37,6 +34,9 @@
 #define CONFIG_SYS_FSMC_NAND_8BIT
 #define CONFIG_SYS_NAND_BASE                   0xD2000000
 
+/* Ethernet PHY configuration */
+#define CONFIG_PHY_NATSEMI
+
 /* Environment Settings */
 #define CONFIG_EXTRA_ENV_SETTINGS              CONFIG_EXTRA_ENV_USBTTY