From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 12 Feb 2008 13:13:13 -0600 Subject: [U-Boot-Users] [PATCH 3/3] 8xx: Add OF support to adder87x board In-Reply-To: <20080212011224.59bc32d0@neuromancer.mindspace> References: <20080212011224.59bc32d0@neuromancer.mindspace> Message-ID: <20080212191313.GA4128@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 12, 2008 at 01:12:24AM +0000, Bryan O'Donoghue wrote: > +#define OF_CPU "PowerPC,875 at 0" > +#define OF_SOC "soc at ff000000" Do we really still need this? We should be able to search by compatible or device_type instead of using hardcoded paths. -Scott