[U-Boot] how to use a function provided by u-boot in linux driver

2009-05-18 Thread Kartheek N S
the kernel. But we get lots of multiple reference errors as some libraries will be there both in u-boot and linux kernel. Could I do something like a dll or lib for these functions and use them in the linux kernel driver ? Please guide me on this. Thanks, Kartheek N S -- View this message

[U-Boot] Not able to print env variable added in standalone application

2009-05-04 Thread Kartheek N S
Dear all, I am in need of getting a status message from a standalone application. Hence I am using getenv and setenv functions. The standalone application can read the env variable using getenv and set the registers accordingly. Based on what is set, I am trying to set some env variable using