diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-04-08 12:28:15 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 19:10:44 +0200 |
commit | 9cec652ec56a3817c543b6ab82cc16257aaa2775 (patch) | |
tree | 7edc9e97bb749fbbc45d94235314232bd48111a5 /configs | |
parent | 0fed070c38c675fa8e5bda4f3753a379cd9e830d (diff) | |
download | u-boot-9cec652ec56a3817c543b6ab82cc16257aaa2775.zip u-boot-9cec652ec56a3817c543b6ab82cc16257aaa2775.tar.gz u-boot-9cec652ec56a3817c543b6ab82cc16257aaa2775.tar.bz2 |
configs: colibri-imx6ull/-emmc: use micrel ksz8xxx phy driver
Use the Micrel KSZ8xxx specific Ethernet PHY driver rather than the
generic one.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/colibri-imx6ull-emmc_defconfig | 1 | ||||
-rw-r--r-- | configs/colibri-imx6ull_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/colibri-imx6ull-emmc_defconfig b/configs/colibri-imx6ull-emmc_defconfig index 4781366..8811d77 100644 --- a/configs/colibri-imx6ull-emmc_defconfig +++ b/configs/colibri-imx6ull-emmc_defconfig @@ -61,6 +61,7 @@ CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ8XXX=y CONFIG_DM_ETH=y CONFIG_FEC_MXC=y CONFIG_MII=y diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-imx6ull_defconfig index c601e96..b75e217 100644 --- a/configs/colibri-imx6ull_defconfig +++ b/configs/colibri-imx6ull_defconfig @@ -77,6 +77,7 @@ CONFIG_SYS_NAND_ONFI_DETECTION=y CONFIG_MTD_UBI_FASTMAP=y CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ8XXX=y CONFIG_DM_ETH=y CONFIG_FEC_MXC=y CONFIG_MII=y |