diff options
author | Tom Rini <trini@konsulko.com> | 2016-02-21 07:56:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-21 07:56:16 -0500 |
commit | 595af9db2422fa5ae734cfe615415b17a5098f34 (patch) | |
tree | 21a9287dd2998798c2dbb1613eefc7d5f5a58159 /tools | |
parent | 03bfc78359a2d749252b7dfdbff33898f6da0385 (diff) | |
parent | 35c4ce5e20d3d10d1089ba336a248896faed284c (diff) | |
download | u-boot-imx-595af9db2422fa5ae734cfe615415b17a5098f34.zip u-boot-imx-595af9db2422fa5ae734cfe615415b17a5098f34.tar.gz u-boot-imx-595af9db2422fa5ae734cfe615415b17a5098f34.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mxsboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mxsboot.c b/tools/mxsboot.c index 457f435..2e72009 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> |