Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2017 20:33:22 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323777 - head/sys/arm/xscale/i8134x
Message-ID:  <201709192033.v8JKXM9g039957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709192033.v8JKXM9g039957>