From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 30 Mar 2008 16:36:27 +0200 Subject: [U-Boot-Users] [patch u-boot git 3/3] use correct at91rm9200 register name In-Reply-To: <200801181255.00957.david-b@pacbell.net> References: <200801181255.00957.david-b@pacbell.net> Message-ID: <20080330143627.GA31189@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 12:55 Fri 18 Jan , David Brownell wrote: > This fixes a naming bug for at91rm9200 lowlevel init code: > NOR boot flash is on chipselect 0, not chipselect 2. This > makes code use the register name from chip datasheets. > > Signed-off-by: David Brownell You missed m501sk board. Applied Best Regards, J.