[U-Boot] u-boot ml510 xilinx

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?

Wilson Martins wrote:
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?
Look at board/xilinx/ml507 - there is xpamaters.h which should be replaced by your version. If you don't flash then look at include/configs/ml507.h and disable flash. Look at xilinx-ppc.h and others files.
You can look at microblaze-generic.h where you can see which options are used for system with/without flash.
Regards, Michal
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Michal Simek
-
Wilson Martins