[U-Boot] u-boot for ARM

Roman Mashak romez777 at gmail.com
Sat Jan 24 02:54:12 CET 2009


Hello

2009/1/24 Amandeep Bhullar <abhullar at 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


More information about the U-Boot mailing list