On 07/08/19 10:31, tony.ngu...@bt.com wrote: > Preparation for replacing device_endian with MemOp. > > Device realizing code with MemorRegionOps endianness as > DEVICE_NATIVE_ENDIAN is not common code. > > Corrected devices were identified by making the declaration of > DEVICE_NATIVE_ENDIAN conditional upon NEED_CPU_H and then listing > what failed to compile. > > Signed-off-by: Tony Nguyen <tony.ngu...@bt.com>
The general approach makes sense. However, most of these should not be DEVICE_NATIVE_ENDIAN. I can help with some of them. Paolo