diff options
author | Jernej Skrabec <jernej.skrabec@siol.net> | 2020-01-26 13:38:34 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-26 20:59:51 +0530 |
commit | 2936eb2d550a642275113464fc9dcbb03357c049 (patch) | |
tree | 6de0bb32fadc21b31d1127bc7ad576a904b44e59 /configs/orangepi_win_defconfig | |
parent | 7c841d844f6d3192731603733e0d5986ce03f11c (diff) | |
download | u-boot-2936eb2d550a642275113464fc9dcbb03357c049.tar.gz |
configs: Orange Pi Win: enable ethernet phy
Orange Pi Win has gigabit ethernet port, but default U-Boot
configuration for that board enabled ethernet driver but
didn't enable realtek phy.
Fix that.
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/orangepi_win_defconfig')
-rw-r--r-- | configs/orangepi_win_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/orangepi_win_defconfig b/configs/orangepi_win_defconfig index 13bf2662607..bdc116d9696 100644 --- a/configs/orangepi_win_defconfig +++ b/configs/orangepi_win_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_SUNXI=y CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_MACH_SUN50I=y +CONFIG_MACPWR="PD14" CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y CONFIG_SPL_SPI_SUNXI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set @@ -11,6 +12,7 @@ CONFIG_USE_PREBOOT=y # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-orangepi-win" CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_PHY_REALTEK=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |