From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 20 Sep 2011 07:45:25 +0200 Subject: [U-Boot] start.S In-Reply-To: <1316494935.11467.YahooMailNeo@web126004.mail.ne1.yahoo.com> References: <1316456916.33070.YahooMailNeo@web126005.mail.ne1.yahoo.com> <4E778FFC.1090601@matrox.com> <1316494935.11467.YahooMailNeo@web126004.mail.ne1.yahoo.com> Message-ID: <201109200745.25352.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, September 20, 2011 07:02:15 AM maheen butt wrote: > my target board is mips so > which part > of start.S jump to c code? and what is first function comes after start.S? 1) Please stop top-posting ... 2) board_init_f seems like it. > > what is it in case of ARM? board_init_f as well. They seem to be in arch/[family]/lib/