From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hellstrom Date: Fri, 18 Sep 2009 11:53:23 +0200 Subject: [U-Boot] [PATCH] SPARC standalone app fix In-Reply-To: References: Message-ID: <4AB35893.4000501@gaisler.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sergey, Thank you for your work. I have updated the sparc repository with your patch. And, yes, you are probably the first one to use the standalone app feature :) Please CC me next time. Thanks, Daniel ?????? ??????? wrote: >Hi! Thanks for the beautiful project! Ive tried to launch standalone >app 'hello_world' on my SPARC leon3 board (ml-402) and found that >application says 'boom' and halts. So here is the patch to solve the >problem. Seems, that i am the first who ever launched Sparc'ish >standalone code :) > > >