[U-Boot] [PATCH 2/4] mxsboot: remove unused include

Michael Heimpold mhei at heimpold.de
Wed Feb 17 09:42:23 CET 2016


Am Tuesday 16 February 2016, 23:29:29 schrieb Andreas Bießmann:
> 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 at googlemail.com>
> ---
> 
>  tools/mxsboot.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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>

Acked-by: Michael Heimpold <mhei at heimpold.de>



More information about the U-Boot mailing list