From 704082443d03cdeba9c89a8f70d1f1017330d903 Mon Sep 17 00:00:00 2001 From: Andreas Fritiofson Date: Sat, 28 Sep 2013 21:13:05 +0200 Subject: nand/mx*: Remove unused host endianness flag Probably shouldn't depend on that anyway. Change-Id: Ic27ead4cb82cff1ab187696439da4b93941e09d8 Signed-off-by: Andreas Fritiofson Reviewed-on: http://openocd.zylin.com/1766 Tested-by: jenkins Reviewed-by: Spencer Oliver --- src/flash/nand/mxc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/flash/nand/mxc.h') diff --git a/src/flash/nand/mxc.h b/src/flash/nand/mxc.h index e95713e9..866e0e32 100644 --- a/src/flash/nand/mxc.h +++ b/src/flash/nand/mxc.h @@ -149,7 +149,6 @@ enum mxc_nf_finalize_action { }; struct mxc_nf_flags { - unsigned host_little_endian:1; unsigned target_little_endian:1; unsigned nand_readonly:1; unsigned one_kb_sram:1; -- cgit v1.2.3-18-g5258