summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-10-04 12:59:51 +0300
committerTom Rini <trini@konsulko.com>2021-10-15 14:55:17 +0300
commite7421b0e4135009f5ffd30670ed8f4b3e880040d (patch)
tree8d3e6ed323f5f3c5c14d2d2d2a6433c446a60e0c /include
parentff07cc9ed106982727935ff0d6369e4da0fec6a9 (diff)
downloadu-boot-e7421b0e4135009f5ffd30670ed8f4b3e880040d.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_sl50.h7
1 files changed, 0 insertions, 7 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 */