From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 24 Sep 2003 11:09:27 +0200 Subject: [U-Boot-Users] Startup for ARM boards? Message-ID: <3F715F47.1000904@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, I am trying to figure out how ARM based board start up. PPC boards basicly have a board_init_f(), doing initialization, then relocating the code from flash to ram using relocate_code(), and then continue in ram with board_init_r(). I can't find anything like this in the ARM based files? How is that done? Is that the same for all ARM boards? Thanks a million, Steven