svn commit: r323777 - head/sys/arm/xscale/i8134x

Olivier Houchard cognet at FreeBSD.org
Tue Sep 19 20:33:24 UTC 2017


Author: cognet
Date: Tue Sep 19 20:33:22 2017
New Revision: 323777
URL: https://svnweb.freebsd.org/changeset/base/323777

Log:
  i81342 is little endian, not big endian.

Modified:
  head/sys/arm/xscale/i8134x/std.i81342

Modified: head/sys/arm/xscale/i8134x/std.i81342
==============================================================================
--- head/sys/arm/xscale/i8134x/std.i81342	Tue Sep 19 20:24:13 2017	(r323776)
+++ head/sys/arm/xscale/i8134x/std.i81342	Tue Sep 19 20:33:22 2017	(r323777)
@@ -1,5 +1,6 @@
 #XScale i81342 generic configuration
 #$FreeBSD$
 files		"../xscale/i8134x/files.i81342"
-include		"../xscale/std.xscale-be"
+include		"../xscale/std.xscale"
 cpu 		CPU_XSCALE_81342
+machine 	arm


More information about the svn-src-all mailing list