diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-11-21 17:19:45 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-25 13:38:46 +0100 |
commit | eafec32000499c8f20589e44801c9febff9ce101 (patch) | |
tree | f1604ccbd2902e1b082fde18377efeae09fa36fc /configs | |
parent | b871f636c70a2371a8e50190177e4f86d31094fb (diff) | |
download | u-boot-imx-eafec32000499c8f20589e44801c9febff9ce101.zip u-boot-imx-eafec32000499c8f20589e44801c9febff9ce101.tar.gz u-boot-imx-eafec32000499c8f20589e44801c9febff9ce101.tar.bz2 |
sun6i: Add gmac support for sun6i boards
Hookup the gmac found on the sun6i / A31 SoCs.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Mele_M9_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Mele_M9_defconfig b/configs/Mele_M9_defconfig index 40eabce..ac3cd36 100644 --- a/configs/Mele_M9_defconfig +++ b/configs/Mele_M9_defconfig @@ -1,5 +1,5 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI" +CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC" CONFIG_FDTFILE="sun6i-a31-m9.dtb" +S:CONFIG_ARM=y +S:CONFIG_ARCH_SUNXI=y |