diff mbox

[1/3] ARM: uniphier: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defines

Message ID 1476373201-19906-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit f666a658242e94d3413b4acfc2af4b4800ab3886
Headers show

Commit Message

Masahiro Yamada Oct. 13, 2016, 3:39 p.m. UTC
ARCH_UNIPHIER selects DM_USB, where CONFIG_USB_MAX_CONTROLLER_COUNT
is not used.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 include/configs/uniphier.h | 1 -
 1 file changed, 1 deletion(-)

-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Masahiro Yamada Oct. 16, 2016, 1:31 p.m. UTC | #1
2016-10-14 0:39 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> ARCH_UNIPHIER selects DM_USB, where CONFIG_USB_MAX_CONTROLLER_COUNT

> is not used.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

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