From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent GONZALEZ Date: Tue, 18 Nov 2014 14:57:12 +0100 Subject: [Buildroot] Unable to boot Arm926t with big endian support In-Reply-To: References: Message-ID: <546B5038.4090104@gezedo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 18/11/2014 12:22, Peder Alm wrote: > CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177 If cr is the ARM926 control register, cr[7] is a bit that indicates you are running in little endian. -- Laurent