diff options
author | Samuel Holland <samuel@sholland.org> | 2020-05-07 18:10:52 -0500 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-01 22:38:53 +0530 |
commit | 1e7d00ae262e124eaf97d9e3ce4fb25739e4f5d6 (patch) | |
tree | 6a250252d6f24b048813b06cea3042d74c9af509 /configs | |
parent | 99ac86187d0b5b4134a75847c3e7886cfd61c351 (diff) | |
download | u-boot-1e7d00ae262e124eaf97d9e3ce4fb25739e4f5d6.tar.gz |
sunxi: H6: Enable Ethernet on the Pine H64
Now that the EMAC driver supports the H6 SoC, we can enable the Ethernet
hardware on the Pine H64 board.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/pine_h64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pine_h64_defconfig b/configs/pine_h64_defconfig index 8937c51bd0..87871fd19f 100644 --- a/configs/pine_h64_defconfig +++ b/configs/pine_h64_defconfig @@ -10,5 +10,6 @@ CONFIG_SPL_SPI_SUNXI=y # CONFIG_PSCI_RESET is not set # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64" +CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |