From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Thu, 19 Feb 2009 16:09:01 +0200 Subject: [U-Boot] flow of u-boot In-Reply-To: <22100933.post@talk.nabble.com> References: <22100519.post@talk.nabble.com> <20090219135214.97076832E43F@gemini.denx.de> <22100933.post@talk.nabble.com> Message-ID: <499D67FD.6010507@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 ABIRAMA SUNDARI said the following on 02/19/2009 03:56 PM: > thanks for your answer. but i am getting you properly.pls tell me the > things in detail.....(what you meant by _start ). > Step 1) Download u-boot code (you can download using git - try google.com to get more help on git) by git clone git://git.denx.de/u-boot.git Step 2) try 'grep -Rw _start .' (help of grep is available in 'man grep') Regards, Nishanth Menon