[U-Boot] U-boot1.1.6 calloc problem

Hey all, U-boot1.1.6,whitch I ported to my board S3C44B0 ,it worked very well for few days, but something was wrong today. What I got from serial: ------------------------------------------------------------------------ U-boot1.1.6 DRAM: 8M Flash : 2M ----------------------------------------------------------------------- after tracing functions by using "printf" command,I found the problem was "devlist=NULL". then I went deep,found the function "NewHandle" ,whitch is related to Create empty List. It returned "NULL" ,and the problem is command "calloc". any help is appreciated. regards , John

Dear John Smith,
In message 559931.5744.qm@web112208.mail.gq1.yahoo.com you wrote:
U-boot1.1.6,whitch I ported to my board S3C44B0 ,it worked very well for few days,
What a terrible waste of time and resources. Why did you use such an ancient version?
It returned "NULL" ,and the problem is command "calloc".
Sorry, but if you are using such old code, you will not find much help. I strongly recommend to update first.
Best regards,
Wolfgang Denk
participants (2)
-
John Smith
-
Wolfgang Denk