]> Git Repo - J-u-boot.git/blobdiff - include/configs/snow.h
dm: cpu: Add a new get_count method to cpu uclass
[J-u-boot.git] / include / configs / snow.h
index 0b30791648e2f3e1071cdf2c708654bcad543951..557f86c07cb6a3048f59509e4dd42a0fd543e66b 100644 (file)
@@ -10,7 +10,6 @@
 #define __CONFIG_SNOW_H
 
 #define CONFIG_ENV_IS_IN_SPI_FLASH
-#define CONFIG_SPI_FLASH
 #define CONFIG_ENV_SPI_BASE    0x12D30000
 #define FLASH_SIZE             (0x4 << 20)
 #define CONFIG_ENV_OFFSET      (FLASH_SIZE - CONFIG_BL2_SIZE)
@@ -25,7 +24,9 @@
 #define CONFIG_BOARD_COMMON
 
 #define CONFIG_USB_XHCI
+#define CONFIG_USB_EHCI
 #define CONFIG_USB_XHCI_EXYNOS
+#define CONFIG_USB_EHCI_EXYNOS
 
 #define CONFIG_SYS_PROMPT              "snow # "
 #define CONFIG_IDENT_STRING            " for snow"
This page took 0.028373 seconds and 4 git commands to generate.