Convert CONFIG_SYS_BOOTM_LEN to Kconfig
[platform/kernel/u-boot.git] / include / configs / rk3328_common.h
index 9018357..1e214e4 100644 (file)
@@ -10,8 +10,6 @@
 
 #define CONFIG_IRAM_BASE               0xff090000
 
-#define CONFIG_SYS_BOOTM_LEN   (64 << 20)      /* 64M */
-
 /* FAT sd card locations. */
 #define CONFIG_SYS_SDRAM_BASE          0
 #define SDRAM_MAX_SIZE                 0xff000000
@@ -30,8 +28,4 @@
        "partitions=" PARTS_DEFAULT \
        BOOTENV
 
-/* rockchip ohci host driver */
-#define CONFIG_USB_OHCI_NEW
-#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS     1
-
 #endif