diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-30 20:25:46 -0600 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-05 13:09:58 +0100 |
commit | 57f878efe5b2a588a4bbd56412529034978facd0 (patch) | |
tree | 73d1d3193017055cc6c3436f2c1763f171d38461 /arch/arm | |
parent | 643ad899f545fd101aa7a67771e74d582a1829b2 (diff) | |
download | talos-obmc-uboot-57f878efe5b2a588a4bbd56412529034978facd0.tar.gz talos-obmc-uboot-57f878efe5b2a588a4bbd56412529034978facd0.zip |
dm: sunxi: Add a new config for an FDT-based pcDuino3
For now we won't want to mess with the existing configurations. Create a
new one which will enable device tree and driver model. Note that this
brings the device tree binary into u-boot-sunxi-with-spl.bin.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index c34606334d..52f8926894 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1,3 +1,4 @@ +dtb-$(CONFIG_MACH_SUN7I) += sun7i-a20-pcduino3.dtb dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \ |