Skip to content

Commit 2a60efa

Browse files
committed
bananapi/common: fix build failure with uboot
Fixes #325 Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent ba7ba1a commit 2a60efa

File tree

1 file changed

+5
-0
lines changed
  • configs/bananapi/common/buildroot

1 file changed

+5
-0
lines changed

configs/bananapi/common/buildroot/uboot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ BR2_TARGET_UBOOT_NEEDS_DTC=y
1515
BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
1616
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
1717
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
18+
19+
# https://lore.kernel.org/buildroot/96b69abb843dc7292777c64f6787f134@free.fr/
20+
# https://gitlab.com/buildroot.org/buildroot/-/blob/2024.11.1/configs/orangepi_zero_plus2_defconfig#L45
21+
# https://github.com/skiffos/SkiffOS/issues/325
22+
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="SCP=/dev/null"

0 commit comments

Comments
 (0)