commit | b37e81540be6768fe3e41504a322199332edf3f9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 02 22:04:55 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:25:46 2014 -0400 |
tree | 773cc483bf0acd10d0a6f322082dd7f905e3c60e | |
parent | 870d16d8d6f580c34dff34c97de818f1f4ad3620 [diff] [blame] |
am33xx/omap: Enable CONFIG_OF_CONTROL Add support for device tree control and add device tree files for the beaglebone black initially. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 5554615..61527a2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile
@@ -31,6 +31,7 @@ zynq-zc770-xm010.dtb \ zynq-zc770-xm012.dtb \ zynq-zc770-xm013.dtb +dtb-$(CONFIG_AM33XX) += am335x-boneblack.dtb targets += $(dtb-y)