]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkenvimage: Correct an include and add a missing one
authorDavid Wagner <david.wagner@free-electrons.com>
Fri, 13 Jan 2012 13:27:35 +0000 (13:27 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 27 Mar 2012 07:55:51 +0000 (09:55 +0200)
commitd1acdae98655af4a9ed1b138325ff172206d1c00
tree7be6b56cac3f9d5f6b9b9b6872a2df4a7878a5dd
parent8a1b8fc786debc92e73db96800429ca6333fc69b
mkenvimage: Correct an include and add a missing one

compiler.h needs to be included from U-Boot's headers.
Also, group U-Boot-specific includes together

stdlib.h was missing.

Signed-off-by: David Wagner <david.wagner@free-electrons.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
tools/mkenvimage.c