
I have a problem on the utilization of u-boot with the card Xilinx ml510. u-boot I did the download in the Xilinx git then I make the copy do xparamenters.h file in the XPS project directory in the directory board/xilinx/ml507 u-boot, following orders I've been doing:
make clean make make ml507_config make
The following errors appear:
/home/pi16/Téléchargements/u-boot-xlnx.git/include/configs/ml507.h:215:1: warning: this is the location of the previous definition board.c: In function 'board_init_r': board.c:789: error: 'XPAR_FLASH_MEM0_BASEADDR' undeclared (first use in this function) board.c:789: error: (Each undeclared identifier is reported only once board.c:789: error: for each function it appears in.) board.c:888: warning: implicit declaration of function 'board_get_enetaddr' make[1]: *** [board.o] Erreur 1 make[1]: quittant le répertoire « /home/pi16/Téléchargements/u-boot-xlnx.git/lib_ppc » make: *** [lib_ppc/libppc.a] Erreur 2
Can somebody help me? there is some version of u-boot with the card Xilinx ml510?