Skip to content

Commit 7e3a33f

Browse files
author
Daniel Rossier
committed
Small fix on Makefile for soo/rpi4_64 capsule
1 parent d32c559 commit 7e3a33f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

so3/dts/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ifeq ($(CONFIG_SOO),y)
88

99
ifeq ($(CONFIG_AVZ),)
1010

11-
dtb-$(CONFIG_VIRT64) += virt64_capsule.dtb
12-
dtb-$(CONFIG_RPI4_64) += rpi4_64_capsule.dtb
11+
dtb-$(CONFIG_VIRT64) += virt64_capsule.dtb rpi4_64_capsule.dtb
1312

1413
ifeq ($(CONFIG_SOO_REFSO3),y)
1514
ifeq ($(CONFIG_RAMDEV),y)

0 commit comments

Comments
 (0)