diff mbox series

[U-Boot] board/BuR/brppt1: fix ethernet support on brppt1 boards

Message ID 1550225705-4653-1-git-send-email-hannes.schmelzer@br-automation.com
State Accepted
Commit d3a78cb7ea797aec85627a5155f9594fb55e8b1e
Delegated to: Tom Rini
Headers show
Series [U-Boot] board/BuR/brppt1: fix ethernet support on brppt1 boards | expand

Commit Message

Hannes Schmelzer Feb. 15, 2019, 10:15 a.m. UTC
The commit 1bac199e8c87 ("configs: Resync with savedefconfig")
did remove ethernet driver from following boards defconfig:

- brppt1_mmc
- brppt1_nand
- brppt1_spi

With this commit we add ethernet and responsible phy support again.

Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>

---

 configs/brppt1_mmc_defconfig  | 3 ++-
 configs/brppt1_nand_defconfig | 3 ++-
 configs/brppt1_spi_defconfig  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

Tom Rini Feb. 19, 2019, 2:38 a.m. UTC | #1
On Fri, Feb 15, 2019 at 11:15:05AM +0100, Hannes Schmelzer wrote:

> The commit 1bac199e8c87 ("configs: Resync with savedefconfig")
> did remove ethernet driver from following boards defconfig:
> 
> - brppt1_mmc
> - brppt1_nand
> - brppt1_spi
> 
> With this commit we add ethernet and responsible phy support again.
> 
> Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/brppt1_mmc_defconfig b/configs/brppt1_mmc_defconfig
index f2d8220..6b0d024 100644
--- a/configs/brppt1_mmc_defconfig
+++ b/configs/brppt1_mmc_defconfig
@@ -75,8 +75,9 @@  CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
 CONFIG_MISC=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_OMAP_HS=y
+CONFIG_PHY_NATSEMI=y
 CONFIG_DM_ETH=y
-# CONFIG_NETDEVICES is not set
+CONFIG_DRIVER_TI_CPSW=y
 CONFIG_DM_SERIAL=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
diff --git a/configs/brppt1_nand_defconfig b/configs/brppt1_nand_defconfig
index 275727d..4578f74 100644
--- a/configs/brppt1_nand_defconfig
+++ b/configs/brppt1_nand_defconfig
@@ -79,8 +79,9 @@  CONFIG_MISC=y
 CONFIG_NAND=y
 CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
 CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
+CONFIG_PHY_NATSEMI=y
 CONFIG_DM_ETH=y
-# CONFIG_NETDEVICES is not set
+CONFIG_DRIVER_TI_CPSW=y
 CONFIG_DM_SERIAL=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
diff --git a/configs/brppt1_spi_defconfig b/configs/brppt1_spi_defconfig
index 668c4c2..12bb8cd 100644
--- a/configs/brppt1_spi_defconfig
+++ b/configs/brppt1_spi_defconfig
@@ -86,8 +86,9 @@  CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_PHY_NATSEMI=y
 CONFIG_DM_ETH=y
-# CONFIG_NETDEVICES is not set
+CONFIG_DRIVER_TI_CPSW=y
 CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y