diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-06 15:39:05 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:38 +0200 |
commit | f00e8207c372b079b920b0d86cd03d6be06d2ff4 (patch) | |
tree | 776b9c2ac59940497e62cad7ac1eadd35a01ee9a /configs | |
parent | 84d54bc005c5a908aaf99815606c90b04e6f53bb (diff) |
sunxi: Fix gmac not working on the Colombus board
The phy is using a RGMII interface, which we need to specify in our
board-config, and the dts needs a gmac section (the dts changes have
also been submitted to the kernel).
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/Colombus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig index 1ae8c168e80..7fa9ef1efff 100644 --- a/configs/Colombus_defconfig +++ b/configs/Colombus_defconfig @@ -7,7 +7,7 @@ CONFIG_USB1_VBUS_PIN="" CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-colombus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC" +CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set |