Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | u-boot-envtools: fix building with glibc | Josua Mayer | 2016-08-18 |
tools/env/fw_env.c misses to include stdint.h. Apparently musl doesn't mind and includes this header by default, but glibc does not and causes the build to fail. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com> |