]> git.sur5r.net Git - u-boot/blobdiff - include/configs/rk3328_common.h
fs: fat: Drop CONFIG_SUPPORT_VFAT
[u-boot] / include / configs / rk3328_common.h
index eacf716d55352923f88eebd97d49389fb7eff364..eba5a22e06f1aac063c494530f35b4dd6e2b94c5 100644 (file)
@@ -9,10 +9,6 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_ENV_SIZE                        0x2000
-#define CONFIG_SYS_MAXARGS             16
-#define CONFIG_BAUDRATE                        1500000
 #define CONFIG_SYS_MALLOC_LEN          (32 << 20)
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SKIP_LOWLEVEL_INIT
 /* MMC/SD IP block */
 #define CONFIG_BOUNCE_BUFFER
 
-#define CONFIG_SUPPORT_VFAT
-#define CONFIG_FS_FAT
-#define CONFIG_FAT_WRITE
-#define CONFIG_FS_EXT4
-
 /* RAW SD card / eMMC locations. */
 #define CONFIG_SYS_SPI_U_BOOT_OFFS     (128 << 10)
 
@@ -40,6 +31,7 @@
 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION     1
 #define CONFIG_SYS_SDRAM_BASE          0
 #define CONFIG_NR_DRAM_BANKS           1
+#define SDRAM_MAX_SIZE                 0xff000000
 
 #define CONFIG_SPI_FLASH
 #define CONFIG_SPI
@@ -62,4 +54,8 @@
 
 #endif
 
+/* rockchip ohci host driver */
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS     1
+
 #endif