Skip to content
Commit 26e355d1 authored by Jörg Krause's avatar Jörg Krause Committed by Tom Rini
Browse files

Fix musl build



This patch fixes cross-compiling U-Boot tools with the musl C library:
  * including <sys/types.h> is needed for ulong
  * defining _GNU_SOURCE is needed for loff_t

Tested for target at91sam9261ek_dataflash_cs3.

Signed-off-by: default avatarJörg Krause <joerg.krause@embedded.rocks>
Cc: Tom Rini <trini@konsulko.com>
parent 1cdd9412
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment