This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

arago u-boot and omap-l137: compilation problem

Other Parts Discussed in Thread: OMAP-L137, OMAP-L138

Hi all,

I've retrieved u-boot from arago git repository ( git://arago-project.org/git/projects/u-boot-davinci.git) but when I try to build it for Omap-l137(da830evm_config) I get the following error:

arch/arm/cpu/arm926ejs/start.o: In function `fiq':

/develop/u-boot-davinci/arch/arm/cpu/arm926ejs/start.S:512: undefined reference to `DAVINCI_DDR_EMIF_DATA_BASE'

make: *** [u-boot] Error 1

However, if I change platform and I build it for omap-l138 (da830evm_config) everything works fine...
Does anybody any idea to solve the problem?
Thanks!