From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRlTt-0001XF-CM for qemu-devel@nongnu.org; Tue, 18 Aug 2015 14:19:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRlTq-0003Rm-FH for qemu-devel@nongnu.org; Tue, 18 Aug 2015 14:19:29 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:50770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRlTq-0003PV-8q for qemu-devel@nongnu.org; Tue, 18 Aug 2015 14:19:26 -0400 Message-ID: <55D372E1.3010905@mail.uni-paderborn.de> Date: Tue, 18 Aug 2015 11:01:05 -0700 From: Bastian Koppelmann MIME-Version: 1.0 References: <55f8a6b84e2434a11c3c8bdecc3f9f5c417a3f77.1439679104.git.crosthwaite.peter@gmail.com> In-Reply-To: <55f8a6b84e2434a11c3c8bdecc3f9f5c417a3f77.1439679104.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/19] tricore: Remove ELF_MACHINE from cpu.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, riku.voipio@iki.fi, Peter Crosthwaite Am 15.08.2015 um 16:28 schrieb Peter Crosthwaite: > From: Peter Crosthwaite > > The bootloader can just pass EM_TRICORE directly, as that > is architecture specific code. > > This removes another architecture specific definition from the global > namespace. > > Cc: Bastian Koppelmann > Signed-off-by: Peter Crosthwaite > --- > Acked-By: Bastian Koppelmann