]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mv-common.h
usb: dwc3: Add DWC3 controller driver support
[u-boot] / include / configs / mv-common.h
index c458dd97347f13212e4ac88b0183404214caf309..b654fffb263619e587522f82101754c5b18a6672 100644 (file)
@@ -35,7 +35,6 @@
 /*
  * CLKs configurations
  */
-#define CONFIG_SYS_HZ          1000
 
 /*
  * NS16550 Configuration
@@ -58,6 +57,9 @@
                                          115200,230400, 460800, 921600 }
 /* auto boot */
 #define CONFIG_BOOTDELAY       3       /* default enable autoboot */
+#define CONFIG_PREBOOT
+
+#define CONFIG_OF_LIBFDT               /* Device tree support */
 
 /*
  * For booting Linux, the board info and command line data
  * Common SPI Flash configuration
  */
 #ifdef CONFIG_CMD_SF
-#define CONFIG_SPI_FLASH               1
 #define CONFIG_SPI_FLASH_MACRONIX      1
 #endif