
On 09/26/2011 12:15 PM, Georgy Obraztsov wrote:
Ok. I do queston another words.
Please stop sending only private e-mails. You must *always* send your question to the ML, too.
I have i.mx51 processor with Compact Flash interface connected. How i can compile u-boot for this configuration. U-boot-2011.09-rc1 does not rules in make file for i.mx51.
If you have a custom board, you have to *port* u-boot to your board, taking as reference one of the boards officially maintained in u-boot that make use of this processor. If you simply grep into the include/configs directory, you will find 3 boards:
mx51evk vision2 efikamx
The last one uses the PATA driver to access an hardisk - as you need to access the CF. Do not expect everything is working without matching the code with your hardware.
Best regards, Stefano Babic