[U-Boot] [PATCH 1/3] ARM: uniphier: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defines
    Masahiro Yamada 
    yamada.masahiro at socionext.com
       
    Sun Oct 16 15:31:07 CEST 2016
    
    
  
2016-10-14 0:39 GMT+09:00 Masahiro Yamada <yamada.masahiro at socionext.com>:
> ARCH_UNIPHIER selects DM_USB, where CONFIG_USB_MAX_CONTROLLER_COUNT
> is not used.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  include/configs/uniphier.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
> index 7331d13..5be46e5 100644
> --- a/include/configs/uniphier.h
> +++ b/include/configs/uniphier.h
> @@ -126,7 +126,6 @@
>  #define CONFIG_SYS_NAND_BAD_BLOCK_POS                  0
>
>  /* USB */
> -#define CONFIG_USB_MAX_CONTROLLER_COUNT                2
>  #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS     4
>  #define CONFIG_FAT_WRITE
>  #define CONFIG_DOS_PARTITION
> --
> 1.9.1
-- 
Best Regards
Masahiro Yamada
Applied to u-boot-uniphier.
    
    
More information about the U-Boot
mailing list