diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 10:29:58 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 10:57:00 +0200 |
commit | 1c145c39dcf8a2a885e7a6bfd8fd5a5f95fc630a (patch) | |
tree | 1a73cc5c81ab46956d11d27d7c428433d6ff14cb | |
parent | 019731a88f40d45bd15505402772e00d85689dd6 (diff) | |
download | u-boot-1c145c39dcf8a2a885e7a6bfd8fd5a5f95fc630a.tar.gz |
sunxi: Enable emac on H3 orangepi boards
The Orange Pi 2 and Orange Pi Plus also come with ethernet, enable
support for this.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | configs/orangepi_2_defconfig | 1 | ||||
-rw-r--r-- | configs/orangepi_plus_defconfig | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configs/orangepi_2_defconfig b/configs/orangepi_2_defconfig index 8b1082cd3e..e2f6a83d24 100644 --- a/configs/orangepi_2_defconfig +++ b/configs/orangepi_2_defconfig @@ -15,3 +15,4 @@ CONFIG_SPL=y # CONFIG_CMD_FPGA is not set CONFIG_SY8106A_POWER=y CONFIG_USB_EHCI_HCD=y +CONFIG_SUN8I_EMAC=y diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig index 9ff433286f..5bb3bba89b 100644 --- a/configs/orangepi_plus_defconfig +++ b/configs/orangepi_plus_defconfig @@ -11,9 +11,10 @@ CONFIG_USB1_VBUS_PIN="PG13" CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="SATAPWR=SUNXI_GPG(11)" +CONFIG_SYS_EXTRA_OPTIONS="SATAPWR=SUNXI_GPG(11),MACPWR=SUNXI_GPD(6)" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_SY8106A_POWER=y CONFIG_USB_EHCI_HCD=y +CONFIG_SUN8I_EMAC=y |