am33x: Remove unused define CONFIG_MUSB_HOST
This define was left over from a previous revision, and was never used. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ff07cc9ed1
commit
e7421b0e41
2 changed files with 0 additions and 8 deletions
|
@ -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 */
|
||||
|
|
|
@ -811,7 +811,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
|
||||
|
|
Loading…
Reference in a new issue