]> git.sur5r.net Git - u-boot/commitdiff
mxsboot: remove unused include
authorAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 16 Feb 2016 22:29:29 +0000 (23:29 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 21 Feb 2016 10:09:19 +0000 (11:09 +0100)
Commit 276d3ebb883024d753cd9c69ab2fd243ffa1262e removed htole32() but missed
to remove the corresponding header. This is annoying, since BSD systems do not
have endian.h.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Michael Heimpold <mhei@heimpold.de>
tools/mxsboot.c

index 457f4359af926918cb33512ced197e2f96260fab..2e7200957620ca843f4bb78759f86113f0d6bd99 100644 (file)
@@ -7,7 +7,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <endian.h>
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <sys/types.h>