Skip to content

Commit 04cfd2f

Browse files
committed
Portenta-X8 spl/u-boot: rebase changes to support Portenta-X8 hw [7] build anx7625 driver via board Makefile, when not spl
1 parent 37b02e2 commit 04cfd2f

File tree

1 file changed

+4
-0
lines changed
  • meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8

1 file changed

+4
-0
lines changed

meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
1515
obj-$(CONFIG_IMX8M_DDR4) += ddr4_timing.o
1616
endif
1717
endif
18+
19+
ifndef CONFIG_SPL_BUILD
20+
obj-y += anx7625.o
21+
endif

0 commit comments

Comments
 (0)