From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 2 Apr 2009 12:40:04 +0200 Subject: [U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx (v2) In-Reply-To: <20081126011813.GA17667@july> References: <20081126011813.GA17667@july> Message-ID: <20090402104004.GC889@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10:18 Wed 26 Nov , Kyungmin Park wrote: > Move machine specific code to smdk6400. > Some board use OneNAND instead of NAND. > > Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w. > So it's better to use macro instead of hard-coded value. > > Signed-off-by: Kyungmin Park > --- Applied Best Regards, J.