Seems like splitting the original patch into 2 broke the threading as
only one patch ends up in the original thread.  What's the fix for
that one?  (besides "don't do that... ;)

Steve

On Mon, Oct 3, 2016 at 1:21 PM, Stephen Arnold
<stephen.arnol...@gmail.com> wrote:
> From: Steve Arnold <stephen.arnol...@gmail.com>
>
> * needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
>
> Signed-off-by: Steve Arnold <stephen.arnol...@gmail.com>
> Cc: Ian Campbell <i...@hellion.org.uk>
> Cc: Hans De Goede <hdego...@redhat.com>
>
> Changes for v2:
>   - incorprated feedback for config options (remove 3, add 1)
> ---
>  configs/Bananapi_R1_defconfig | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 configs/Bananapi_R1_defconfig
>
> diff --git a/configs/Bananapi_R1_defconfig b/configs/Bananapi_R1_defconfig
> new file mode 100644
> index 0000000..3743d5c
> --- /dev/null
> +++ b/configs/Bananapi_R1_defconfig
> @@ -0,0 +1,16 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_MACH_SUN7I=y
> +CONFIG_DRAM_CLK=432
> +CONFIG_GMAC_TX_DELAY=3
> +CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-bananapi-r1"
> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> +CONFIG_SPL=y
> +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI"
> +# CONFIG_CMD_IMLS is not set
> +# CONFIG_CMD_FLASH is not set
> +# CONFIG_CMD_FPGA is not set
> +CONFIG_USB_EHCI_HCD=y
> +CONFIG_DM_ETH=y
> +CONFIG_PHYLIB=y
> +# CONFIG_RTL8211X_PHY_FORCE_MASTER=y
> --
> 2.9.3
>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to