Dear "Ricardo Ribalda Delgado", In message <[EMAIL PROTECTED]> you wrote: > > Before this "unification" patch I send another path that did treat > the avnet board as a new board (a lot of code replication). This is > what I call the old way. > > Let me be more clear. What do we want: > > MODE A > ========= > > ml507_config: unconfig > BOARD_DIR=$(obj)board/xilinx/ml507 \ > TEXT_BASE=0x3000000 \ > LINK_SCRIPT=$(obj)board/xilinx/ppc440-generic/u-boot-ram.lds \ > CONFIG_SCRIPT="ml507 ppc ppc4xx ml507 xilinx" \ > $(MAKE) xilinx_ppc440
BOARD_DIR, TEXT_BASE, LINK_SCRIPT and CONFIG_SCRIPT have no place in the top level Makefile. Please move this to board specific directories. The normal entry for a board should consist of not more than <name>_config: unconfig @$(MKCONFIG) <name> ppc4xx xilinx <name> or similar. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] "Most people would like to be delivered from temptation but would like it to keep in touch." - Robert Orben _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot