From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17690.7311.157219.154172@cargo.ozlabs.ibm.com> Date: Wed, 27 Sep 2006 16:39:11 +1000 From: Paul Mackerras To: Li Yang Subject: Re: [PATCH 10/11] Add MPC8360EMDS board support In-Reply-To: <45128378.7090508@freescale.com> References: <45128378.7090508@freescale.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Li Yang writes: > +#define BCSR_PHYS_ADDR ((uint)0xf8000000) > +#define BCSR_SIZE ((uint)(32 * 1024)) This sort of thing should really be in the device tree. Paul.