From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Thu, 25 Aug 2005 09:03:07 +0200 Subject: [U-Boot-Users] [PATCH 1/5][RESEND] CSB637 - add KB920x support In-Reply-To: <000401c5a8ff$7ae12730$b50196c0@denxp> References: <000401c5a8ff$7ae12730$b50196c0@denxp> Message-ID: <430D6D2B.6090905@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, kb_admin wrote: > We included the function lowlevel_init because it is referenced in a > shared, common assembly file (cpu/arm920t/start.S). Of course it is referenced in cpu/arm920t/start.S. lowlevel_init() is an assembly function. For AT91RM9200 it is implemented in cpu/arm920t/at91rm9200/lowlevel_init.S and does importand initialisation of clocks and memory timing! -- Steven