Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
[platform/kernel/u-boot.git] / include / configs / cm_fx6.h
index e569b90..7545979 100644 (file)
@@ -14,7 +14,6 @@
 
 /* Machine config */
 #define CONFIG_SYS_LITTLE_ENDIAN
-#define CONFIG_MACH_TYPE               4273
 
 /* MMC */
 #define CONFIG_SYS_FSL_USDHC_NUM       3
@@ -33,7 +32,6 @@
 
 /* Serial console */
 #define CONFIG_MXC_UART_BASE           UART4_BASE
-#define CONFIG_SYS_BAUDRATE_TABLE      {9600, 19200, 38400, 57600, 115200}
 
 /* Environment */
 
 /* NAND */
 #ifndef CONFIG_SPL_BUILD
 #define CONFIG_SYS_NAND_BASE           0x40000000
-#define CONFIG_SYS_NAND_MAX_CHIPS      1
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
-#define CONFIG_SYS_NAND_ONFI_DETECTION
 /* APBH DMA is required for NAND support */
 #endif
 
 
 /* Boot */
 #define CONFIG_SYS_BOOTMAPSZ           (8 << 20)
-#define CONFIG_SERIAL_TAG
 
 /* misc */
-#define CONFIG_SYS_MALLOC_LEN                  (10 * 1024 * 1024)
 
 /* SPL */
 #include "imx6_spl.h"