Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-26 Thread Brian S. Park
Thank you for the information. I'm just re-learning my way around u-boot. I appreciate your comments and pointers. Last time I used u-boot, it did not use the current method for configuration and I was able to us // to comment stuff out in the configuration header file. Thank you and you guys

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-26 Thread Wolfgang Denk
Dear "Brian S. Park", In message <4e80bf3d.8050...@corelis.com> you wrote: > > It seems that the tool that generates u-boot.lds does not like // in the > header file and putting it in the u-boot.lds file. The "tool that generates u-boot.lds" is the standard C preprocessor. Best regards, Wolfga

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-26 Thread Wolfgang Denk
Dear "Brian S. Park", In message <4e80bc71.4000...@corelis.com> you wrote: > > I found my problem. > > My board, though based on walnut board, does not have real time clock. > So, I have to disable RTC support in u-boot. However, as soon as I > comment out > > #define CONFIG_RTC_DS174x1

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-26 Thread Brian S. Park
Sorry to keep relying to my self. It seems that the tool that generates u-boot.lds does not like // in the header file and putting it in the u-boot.lds file. I started using /* */ instead and it compiles OK now. Thanks. Brian On 9/26/2011 10:54 AM, Brian S. Park wrote: I found my problem.

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-26 Thread Brian S. Park
I found my problem. My board, though based on walnut board, does not have real time clock. So, I have to disable RTC support in u-boot. However, as soon as I comment out #define CONFIG_RTC_DS174x1/* use DS1743 RTC in Walnut*/ in walnut.h, line 68, I get build error. [root@new-li

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-26 Thread Brian S. Park
Thanks for the reply. I was in the process updating ELDK from 4.1 to 4.2 and must have had something screwed up. I tried again Today and it compiles without error. Thanks for looking into this and helping a newbie. Brian On 9/24/2011 3:05 AM, Anatolij Gustschin wrote: Hi, On Fri, 23 Sep 201

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-24 Thread Anatolij Gustschin
Hi, On Fri, 23 Sep 2011 18:11:28 -0700 "Brian S. Park" wrote: > Hi, > I'm currently working on updating the firmware on our custom board > (based on IBM walnut board) and tried to build the latest released > u-boot 2011.06 using ELDK4.2. > Using the fresh source code extracted from u-boot-2011

[U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-23 Thread Brian S. Park
Hi, I'm currently working on updating the firmware on our custom board (based on IBM walnut board) and tried to build the latest released u-boot 2011.06 using ELDK4.2. Using the fresh source code extracted from u-boot-2011.06.tar.bz2, I did "make walnut_config" and then "make". But I get the f