From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 24 Nov 2008 13:06:18 +0100 Subject: [U-Boot] [PATCH] at91rm9200: fix broken boot from nor flash In-Reply-To: <20081124002840.736A4834B03F@gemini.denx.de> References: <20081124002840.736A4834B03F@gemini.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, Hello at all, > > I testedm the patch, but it doesn't fix the problem on the > AT91RM9200DK board (that's the one I could easily test at the > moment). > I think my patch only don't work on AT91RM9200DK, AT91RM9200EK or AT91RM9200DF board. Blame it on this solution is the #ifdef construct in /cpu/arm920t/start.s at line 264. There are no low_level_init run for DK, EK andDF board. It's only effect on Atmel Boards. I can't test is it truth. So the question goes to DK users and arm custodian. Best regards Jens Scharsig