diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/hikey.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/hikey.h b/include/configs/hikey.h index a323a0bf69b..659fbee052d 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -47,9 +47,7 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M) -#ifdef CONFIG_CMD_USB -#define CONFIG_USB_DWC2_REG_ADDR 0xF72C0000 -/*#define CONFIG_DWC2_DFLT_SPEED_FULL*/ +#ifdef CONFIG_USB_DWC2 #define CONFIG_DWC2_ENABLE_DYNAMIC_FIFO #endif |