Re: [PATCH 2/6] am33x: Remove unused define CONFIG_MUSB_HOST

2021-10-15 Thread Tom Rini
On Mon, Oct 04, 2021 at 11:59:51AM +0200, Patrick Delaunay wrote:

> This define was left over from a previous revision, and was never used.
> 
> Signed-off-by: Patrick Delaunay 
> Reviewed-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH 2/6] am33x: Remove unused define CONFIG_MUSB_HOST

2021-10-14 Thread Simon Glass
On Mon, 4 Oct 2021 at 04:00, Patrick Delaunay
 wrote:
>
> This define was left over from a previous revision, and was never used.
>
> Signed-off-by: Patrick Delaunay 
> ---
>
>  include/configs/am335x_sl50.h | 7 ---
>  scripts/config_whitelist.txt  | 1 -

Reviewed-by: Simon Glass 


[PATCH 2/6] am33x: Remove unused define CONFIG_MUSB_HOST

2021-10-04 Thread Patrick Delaunay
This define was left over from a previous revision, and was never used.

Signed-off-by: Patrick Delaunay 
---

 include/configs/am335x_sl50.h | 7 ---
 scripts/config_whitelist.txt  | 1 -
 2 files changed, 8 deletions(-)

diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h
index dff946801c..7fbf421149 100644
--- a/include/configs/am335x_sl50.h
+++ b/include/configs/am335x_sl50.h
@@ -62,13 +62,6 @@
 /* Bootcount using the RTC block */
 #define CONFIG_SYS_BOOTCOUNT_BE
 
-#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USB_ETHER)
-/* Remove other SPL modes. */
-/* disable host part of MUSB in SPL */
-#undef CONFIG_MUSB_HOST
-/* disable EFI partitions and partition UUID support */
-#endif
-
 /* Network. */
 
 #endif /* ! __CONFIG_AM335X_SL50_H */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index ca043b2f26..b125568a26 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -857,7 +857,6 @@ CONFIG_MTD_UBI_DEBUG_PARANOID
 CONFIG_MTD_UBI_GLUEBI
 CONFIG_MTD_UBI_MODULE
 CONFIG_MULTI_CS
-CONFIG_MUSB_HOST
 CONFIG_MVGBE_PORTS
 CONFIG_MVMFP_V2
 CONFIG_MVS
-- 
2.25.1