[U-Boot] [PATCH 2/4] ARM: Document AArch64 version of qemu-arm
Tuomas Tynkkynen
tuomas.tynkkynen at iki.fi
Tue Jan 9 23:13:21 UTC 2018
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
More information about the U-Boot
mailing list