]> git.sur5r.net Git - u-boot/commit
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)
commit3964311473e00f4d22034cefe56d96bb625e6ba4
treedf0f8c98e16d69cf545e27ab53b3cb92a3dba9ee
parentfb0d042814e6ea3463ee335523222f91d891d084
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>
tools/mxsboot.c