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

2016-02-21 Thread Stefano Babic
Hi Andreas,

On 16/02/2016 23:29, Andreas Bießmann wrote:
> 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 
> ---
> 
>  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 
>  #include 
>  #include 
>  #include 
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-17 Thread Michael Heimpold
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 
> ---
> 
>  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 
>  #include 
>  #include 
>  #include 

Acked-by: Michael Heimpold 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-16 Thread Marek Vasut
On 02/16/2016 11:29 PM, Andreas Bießmann wrote:
> 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 
Nice, thanks!

Acked-by: Marek Vasut 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-16 Thread 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 
---

 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 
 #include 
 #include 
 #include 
-- 
2.5.4 (Apple Git-61)

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot