diff options
| author | Simon Glass <[email protected]> | 2014-10-30 20:25:46 -0600 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2014-11-05 13:09:58 +0100 |
| commit | 57f878efe5b2a588a4bbd56412529034978facd0 (patch) | |
| tree | 73d1d3193017055cc6c3436f2c1763f171d38461 /arch | |
| parent | 643ad899f545fd101aa7a67771e74d582a1829b2 (diff) | |
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 <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'arch')
| -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 c34606334db..52f89268940 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 \ |
