Re: [U-Boot] Writing own Standalone programs

2008-12-08 Thread Wolfgang Denk
Dear "Piyush Shah", In message <[EMAIL PROTECTED]> you wrote: > > I have to write some standalone applications to be run from U-boot. My > questions are: > 1) Can we include only those header files which are a part of the U-boot > code? What needs to be done to use files from the /usr/include/ fol

[U-Boot] Writing own Standalone programs

2008-12-08 Thread Piyush Shah
Hi, I have to write some standalone applications to be run from U-boot. My questions are: 1) Can we include only those header files which are a part of the U-boot code? What needs to be done to use files from the /usr/include/ folder? 2) Does the code for the standalone application be always prese