diff options
| author | Tom Rini <[email protected]> | 2018-04-10 11:51:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-04-13 17:06:16 -0400 |
| commit | d291d8235b9fd5049ffeda461ece44f873189513 (patch) | |
| tree | 3540e1af18f101c61ba80b4e9bb6fa1493a9a495 /include | |
| parent | 3194daa10ba642269a0948282423c48fd02fadce (diff) | |
configs: Fixup some CPSW-related items
- For am335x_pdu001 we do not want the CPSW driver, drop it
- Re-sync the defconfig for am43xx_evm_rtconly as it came in after the
patch that converted CPSW to Kconfig was posted but before it was
applied.
- Drop empty section / comments from pengwyn
- Drop empty section / comments from baltos and drop unused
CONFIG_SPL_NET_VCI_STRING (it does not enable CONFIG_SPL_NET_SUPPORT
currently and SPL_NET_VCI_STRING has been migrated already).
Cc: Felix Brack <[email protected]>
Cc: Lokesh Vutla <[email protected]>
Cc: Yegor Yefremov <[email protected]>
Cc: Lothar Felten <[email protected]>
Fixes: f02b8d17619f ("Migrate CONFIG_DRIVER_TI_CPSW to Kconfig")
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Felix Brack <[email protected]>
Tested-by: Felix Brack <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/baltos.h | 13 | ||||
| -rw-r--r-- | include/configs/pengwyn.h | 7 |
2 files changed, 0 insertions, 20 deletions
diff --git a/include/configs/baltos.h b/include/configs/baltos.h index 19db35052e9..03559bd4f5f 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -229,11 +229,6 @@ /* SPL */ #ifndef CONFIG_NOR_BOOT -/* USB gadget RNDIS */ - -/* General network SPL, both CPSW and USB gadget RNDIS */ -#define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL"*/ - #ifdef CONFIG_NAND #define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_PAGE_COUNT (CONFIG_SYS_NAND_BLOCK_SIZE / \ @@ -271,14 +266,6 @@ #define CONFIG_AM335X_USB1 #define CONFIG_AM335X_USB1_MODE MUSB_OTG -#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USB_ETHER) -/* disable host part of MUSB in SPL */ -/* disable EFI partitions and partition UUID support */ -/* - * Disable CPSW SPL support so we fit within the 101KiB limit. - */ -#endif - /* Network. */ #define CONFIG_PHY_SMSC #define CONFIG_MII diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h index 545f859e858..863b6e7eb45 100644 --- a/include/configs/pengwyn.h +++ b/include/configs/pengwyn.h @@ -165,16 +165,9 @@ #define CONFIG_AM335X_USB1 #define CONFIG_AM335X_USB1_MODE MUSB_HOST -#if defined(CONFIG_SPL_BUILD) -/* disable host part of MUSB in SPL */ -/* Disable CPSW SPL support so we fit within the 101KiB limit. */ -#endif - /* Network */ #define CONFIG_PHY_RESET 1 #define CONFIG_PHY_NATSEMI #define CONFIG_PHY_REALTEK -/* CPSW support */ - #endif /* ! __CONFIG_PENGWYN_H */ |
