diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile --- a/sysutils/u-boot-beaglebone/Makefile +++ b/sysutils/u-boot-beaglebone/Makefile @@ -7,4 +7,6 @@ CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment FRAGMENT_NAME= bbb_fragment +EXTRA_PATCHES?= ${.CURDIR}/files/ + .include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-beaglebone/files/patch-arch_arm_dts_am335x_pocketbeagle.dts b/sysutils/u-boot-beaglebone/files/patch-arch_arm_dts_am335x_pocketbeagle.dts new file mode 100644 --- /dev/null +++ b/sysutils/u-boot-beaglebone/files/patch-arch_arm_dts_am335x_pocketbeagle.dts @@ -0,0 +1,10 @@ +--- arch/arm/dts/am335x-pocketbeagle.dts.org 2022-09-15 21:05:42.136333000 +0200 ++++ arch/arm/dts/am335x-pocketbeagle.dts 2022-09-15 21:06:21.977583000 +0200 +@@ -15,6 +15,7 @@ + + chosen { + stdout-path = &uart0; ++ tick-timer = &timer2; + }; + + leds {