59995f5597
This patch adds dts for the Berlin4CT STB reference board which is also based on the Berlin4CT SoC. The Berlin4CT DMP board will be deprecated as time goes. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7 lines
160 B
Makefile
7 lines
160 B
Makefile
dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
|
dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-stb.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|