From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e32.co.us.ibm.com (e32.co.us.ibm.com [32.97.110.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e32.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 0FA29DDE22 for ; Mon, 25 Feb 2008 02:33:51 +1100 (EST) Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e32.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m1OFXMPu028205 for ; Sun, 24 Feb 2008 10:33:22 -0500 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m1OFXkbM200708 for ; Sun, 24 Feb 2008 08:33:46 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m1OFXjME021173 for ; Sun, 24 Feb 2008 08:33:45 -0700 Date: Sun, 24 Feb 2008 09:32:55 -0600 From: Josh Boyer To: Valentine Barshak Subject: Re: [PATCH] PowerPC 44x: add missing define TARGET_4xx to cuboot-taishan.c Message-ID: <20080224093255.7c47a1e2@zod.rchland.ibm.com> In-Reply-To: <20080221144317.GA19395@ru.mvista.com> References: <20080221144317.GA19395@ru.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 21 Feb 2008 17:43:17 +0300 Valentine Barshak wrote: > In order to get the proper bd_info structure for PowerPC 440, > both TARGET_4xx and TARGET_44x should be defined. Could you explain what this adds or why it's needed in the changelog? Also, is this needed for other 440 boards? josh