Hello

2009/1/24 Amandeep Bhullar <abhul...@techlinkentertainment.com>:
> I was reading the README and it talks about configuring a large number
> of options. Where do I define these options? In which file?
>
> if i  just give the command
> $ make arm926ejs_config
> if comes with a message
> make: *** No rule to make target 'arm926ejs_config'. Stop.

That's correct, 'make' is unable to find such target. You must specify
the target corresponding to your board, for example "make
davinci_dvevm_config", i.e. prefix preceding '_config' normally
indicate a platform's name.

-- 
Roman Mashak
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to