Hi,

On 24 March 2015 at 07:13, Haikun Wang <haikun.w...@freescale.com> wrote:
> From: haikun <haikun.w...@freescale.com>
>
> Bring in required device tree files for ls1021a from Linux.
> These are initially unchanged and have a number of pieces not needed by 
> U-Boot.
>
> Signed-off-by: Haikun Wang <haikun.w...@freescale.com>
> ---
>  arch/arm/dts/Makefile        |   3 +
>  arch/arm/dts/ls1021a-qds.dts | 201 +++++++++++++++++++++++
>  arch/arm/dts/ls1021a-twr.dts |  88 ++++++++++
>  arch/arm/dts/ls1021a.dtsi    | 370 
> +++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 662 insertions(+)
>  create mode 100644 arch/arm/dts/ls1021a-qds.dts
>  create mode 100644 arch/arm/dts/ls1021a-twr.dts
>  create mode 100644 arch/arm/dts/ls1021a.dtsi
>
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index cbe5b86..67b821a 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -54,6 +54,9 @@ dtb-$(CONFIG_SOCFPGA) +=                              \
>         socfpga_cyclone5_socdk.dtb                      \
>         socfpga_cyclone5_socrates.dtb
>
> +dtb-$(CONFIG_TARGET_LS1021AQDS) += ls1021a-qds.dtb
> +dtb-$(CONFIG_TARGET_LS1021ATWR) += ls1021a-twr.dtb

Can we avoid having particular targets here? Can you use a broader
architecture definition as elsewhere in the file?

Regards,
Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to