
10 Jan
2018
10 Jan
'18
12:13 a.m.
On 01/09/2018 06:22 PM, Tom Rini wrote:
On Tue, Jan 09, 2018 at 04:34:28PM +0200, Tuomas Tynkkynen wrote:
Building U-Boot
-Set the CROSS_COMPILE and ARCH=arm environment variables as usual, and run: +Set the CROSS_COMPILE environment variable as usual, and run:
+- For ARM:
- export ARCH=arm make qemu_arm_defconfig make
+- For AArch64:
- export ARCH=arm64
- make qemu_arm64_defconfig
- make
This isn't Linux, we don't need ARCH set in the env, it's part of the Kconfig choices. Thanks!
Okay, good to know. Will send a new revision with this fixed in a couple of days.
Thanks, Tuomas