diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-07-07 20:09:34 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-07-16 14:18:37 +0200 |
commit | 05ffc630627003c7bf275eec05b0eae81e0016b1 (patch) | |
tree | a1188acd6f0c9cc9a2e6bf84a4ea1148ccaa1fbe /arch/arm/boot/dts/Makefile | |
parent | f3ee390e4ef23a557b3519f6fb314a9e80d337c1 (diff) |
ARM: dts: rockchip: add veyron-pinky board
While pinky was one of the earlier development models, is on the list
of endangered species today and nearly extinct, I want to keep mine
around for the foreseeable future after spending all the time making a
nice hole into the base below the dut-connector.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b07ee6be757e..ce7e1a821a23 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -490,7 +490,8 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-firefly-beta.dtb \ rk3288-firefly.dtb \ rk3288-r89.dtb \ - rk3288-veyron-jerry.dtb + rk3288-veyron-jerry.dtb \ + rk3288-veyron-pinky.dtb dtb-$(CONFIG_ARCH_S3C24XX) += \ s3c2416-smdk2416.dtb dtb-$(CONFIG_ARCH_S3C64XX) += \ |