From mboxrd@z Thu Jan 1 00:00:00 1970 From: prathika Date: Mon, 22 Jun 2009 14:12:24 +0530 Subject: [U-Boot] Relocating to my code. Message-ID: <4A3F43F0.4050603@deeopl.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 everyone, I am working on a card based on PPC440EP, I am porting u-boot on this card. As I understand, the PPC initially boots from the flash and then relocates itself to RAM address where there is board_init_r() and main_loop() is called. I have an application code that simply does a loop back on UART channel2. After all the initialization, I want to knock off the relocation code, board_init_r() and main_loop() execution in u-boot and relocate it to my application The application code will residing in flash. How can I do this.... anyone kindly help me in this regard........... Regards, Prathika R