From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Feb 2016 23:35:11 +0100 Subject: [U-Boot] [PATCH 2/4] mxsboot: remove unused include In-Reply-To: <1455661771-52559-3-git-send-email-andreas.devel@googlemail.com> References: <1455661771-52559-1-git-send-email-andreas.devel@googlemail.com> <1455661771-52559-3-git-send-email-andreas.devel@googlemail.com> Message-ID: <56C3A41F.1030106@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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