X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Ftitanium.h;h=f550aab2473d8c06194809d1793035592a6c1b51;hb=d58fc12eb7f40a208e22b57037436411ea36125c;hp=49aa3c7de33e5d9e0da664f26af70c4c554e1149;hpb=563e53efaadd76def21612bcf9f0236d870b6e68;p=u-boot diff --git a/include/configs/titanium.h b/include/configs/titanium.h index 49aa3c7de3..f550aab247 100644 --- a/include/configs/titanium.h +++ b/include/configs/titanium.h @@ -30,9 +30,10 @@ #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ -#define CONFIG_CMD_I2C #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC +#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ +#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ #define CONFIG_SYS_I2C_SPEED 100000 @@ -40,9 +41,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_USDHC_NUM 1 -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_MII #define CONFIG_FEC_MXC #define CONFIG_MII #define IMX_FEC_BASE ENET_BASE_ADDR @@ -53,10 +51,8 @@ #define CONFIG_PHY_MICREL_KSZ9021 /* USB Configs */ -#define CONFIG_CMD_USB #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_MX6 -#define CONFIG_USB_STORAGE #define CONFIG_MXC_USB_PORT 1 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 @@ -141,9 +137,6 @@ #define CONFIG_BOOTCOMMAND "run nand_ubifs" -/* Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "Titanium > " - /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) @@ -165,7 +158,6 @@ /* Enable NAND support */ #define CONFIG_CMD_NAND #define CONFIG_CMD_NAND_TRIMFFS -#define CONFIG_CMD_TIME #ifdef CONFIG_CMD_NAND