]> git.sur5r.net Git - u-boot/blobdiff - include/configs/davinci_dm365evm.h
ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
[u-boot] / include / configs / davinci_dm365evm.h
index 28250506a93e0f2e905170bdf662266135ed9fc1..cb6ed24a80015dc5d6d4962cc0cbd78d5d613ba8 100644 (file)
 
 /* Network Configuration */
 #define CONFIG_DRIVER_TI_EMAC
-#define CONFIG_EMAC_MDIO_PHY_NUM       0
 #define CONFIG_MII
 #define CONFIG_BOOTP_DEFAULT
 #define CONFIG_BOOTP_DNS
 #define CONFIG_BOOTP_DNS2
 #define CONFIG_BOOTP_SEND_HOSTNAME
 #define CONFIG_NET_RETRY_COUNT 10
-#define CONFIG_NET_MULTI
 
 /* I2C */
 #define CONFIG_HARD_I2C
 /* U-Boot general configuration */
 #undef CONFIG_USE_IRQ                          /* No IRQ/FIQ in U-Boot */
 #define CONFIG_BOOTFILE                "uImage"        /* Boot file name */
-#define CONFIG_SYS_PROMPT      "DM365 EVM # "  /* Monitor Command Prompt */
+#define CONFIG_SYS_PROMPT      "DM36x EVM # "  /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE      1024            /* Console I/O Buffer Size  */
 #define CONFIG_SYS_PBSIZE                      /* Print buffer size */ \
                (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)