7488cc
diff --git a/src/boot.c b/src/boot.c
7488cc
index 2c6a38f..7acec70 100644
7488cc
--- a/src/boot.c
7488cc
+++ b/src/boot.c
7488cc
@@ -62,7 +62,7 @@ static struct {
7488cc
 
7488cc
 /* Unaligned fields must first be accessed byte-wise */
7488cc
 #define GET_UNALIGNED_W(f)			\
7488cc
-    le16toh( (__u16)f[0] | ((__u16)f[1]<<8) )
7488cc
+    ( (__u16)f[0] | ((__u16)f[1]<<8) )
7488cc
 
7488cc
 static char *get_media_descr(unsigned char media)
7488cc
 {