Date: Mon, 19 Dec 2022 02:12:08 +0000 From: bugzilla-noreply@freebsd.org To: uboot@FreeBSD.org Subject: [Bug 268068] sysutils/u-boot-rock-pi-4 - support for rock-pi-4se? Message-ID: <bug-268068-39090-L0NQSpjJ4H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268068-39090@https.bugs.freebsd.org/bugzilla/> References: <bug-268068-39090@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268068 --- Comment #13 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #12) One of the .mk files involved does the likes of: .PATH.dts: ${SYSDIR}/contrib/device-tree/src/${MACHINE} ${SYSDIR}/dts/${MACHINE} .PATH.dtso: ${SYSDIR}/dts/${MACHINE}/overlays So you need both MACHINE and MACHINE_ARCH to be defined to the cross build target values: # make MACHINE=3Darm64 MACHINE_ARCH=3Daarch64 all --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268068-39090-L0NQSpjJ4H>