Skip to content

Commit

Permalink
arm/boot: Build all apseed dtbs
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
shenki committed Mar 21, 2016
1 parent 1500e26 commit 60748df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,10 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
mt8127-moose.dtb \
mt8135-evbp1.dtb
dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb
dtb-$(CONFIG_MACH_OPP_PALMETTO_BMC) += aspeed-bmc-opp-palmetto.dtb
dtb-$(CONFIG_MACH_OPP_PALMETTO_BMC) += \
aspeed-bmc-opp-palmetto.dtb \
aspeed-bmc-opp-barreleye.dtb \
aspeed-bmc-opp-firestone.dtb
endif

dtstree := $(srctree)/$(src)
Expand Down

1 comment on commit 60748df

@mdmillerii
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

firestone dts is not in the tree. Missing git add?

Please sign in to comment.