summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2016-02-16 23:29:29 +0100
committerStefano Babic <sbabic@denx.de>2016-02-21 11:09:19 +0100
commit3964311473e00f4d22034cefe56d96bb625e6ba4 (patch)
treedf0f8c98e16d69cf545e27ab53b3cb92a3dba9ee /tools
parentfb0d042814e6ea3463ee335523222f91d891d084 (diff)
mxsboot: remove unused include
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/mxsboot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mxsboot.c b/tools/mxsboot.c
index 457f4359af..2e72009576 100644
--- a/tools/mxsboot.c
+++ b/tools/mxsboot.c
@@ -7,7 +7,6 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#include <endian.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>