From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Fri, 06 Feb 2009 19:48:31 +0000 Subject: [U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects In-Reply-To: <20090123234648.38B77832E425@gemini.denx.de> References: <492A8D60.3090309@mimc.co.uk> <20090123234648.38B77832E425@gemini.denx.de> Message-ID: <498C940F.9060104@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Mark Jackson, > > In message <492A8D60.3090309@mimc.co.uk> you wrote: >> Added code to setup the extra Flash and FRAM chip selects >> as used on the MIMC200 board. >> >> Signed-off-by: Mark Jackson >> >> --- >> cpu/at32ap/cpu.c | 14 ++++++++++++++ >> 1 files changed, 14 insertions(+), 0 deletions(-) >> > > I feel it is conceptually wrong to add board specific code to a common > CPU specific file. I do agree !! Is there something in place (like the gclk setup) to allow me to do this ? Mark