[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] a correction




Hi all

 I missed out a couple of lines in my bootloader main()

 after verifying the image in RAM...

main()
{
  unsigned int *ddr_start=DDR_start_addr;

//DDR_start_addr is # def'd to starting address of RAM

  ..int i;
  copy_image()
  verify_image();
  for(i=0;i<30;i++)
  {
    xil_printf("%08x\t",ddr_start[i]);
  }
  ...
  kernel_start();
  return..->never reaches here
}


Cheers

V.Anand
(www.tenet.res.in)








****************************************

-----
  Trouble with windows? Re boot.... 
  Trouble with Linux? Be root....
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/