configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
[platform/kernel/u-boot.git] / include / configs / sama5d2_ptc.h
index 7607f94..401f198 100644 (file)
 /* USB */
 #define CONFIG_CMD_USB
 
-#ifdef CONFIG_CMD_USB
-#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS     3
-#endif
-
 /* USB device */
 #define CONFIG_USB_GADGET
 #define CONFIG_USB_GADGET_DUALSPEED
@@ -88,7 +84,6 @@
 #undef CONFIG_ENV_OFFSET_REDUND
 #undef CONFIG_BOOTCOMMAND
 /* u-boot env in nand flash */
-#define CONFIG_ENV_IS_IN_NAND
 #define CONFIG_ENV_OFFSET              0x200000
 #define CONFIG_ENV_OFFSET_REDUND       0x400000
 #define CONFIG_BOOTCOMMAND             "nand read 0x21000000 0xb80000 0x80000;"        \