diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-02-26 17:42:13 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-03-01 03:04:44 +0100 |
commit | 3915d36fabf143dffdf91c5372d3b0a23722af52 (patch) | |
tree | 068e53f81ca026fc74354dacb461f9504a35244e /arch/arm/boot/dts/Makefile | |
parent | ARM: shmobile: bockw: add sound to DT (diff) | |
download | linux-3915d36fabf143dffdf91c5372d3b0a23722af52.tar.xz linux-3915d36fabf143dffdf91c5372d3b0a23722af52.zip |
ARM: shmobile: r8a7778: enable multiplatform target
Adds config option and enables DTB building.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a1c776b8dcec..c4677313ae95 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -478,6 +478,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \ r7s72100-genmai.dtb \ r8a73a4-ape6evm.dtb \ r8a7740-armadillo800eva.dtb \ + r8a7778-bockw.dtb \ r8a7779-marzen.dtb \ r8a7790-lager.dtb \ r8a7791-henninger.dtb \ |