
Dear "Ricardo Ribalda Delgado",
In message aa76a2be0808291417i462624fdya22c97d12f74db68@mail.gmail.com 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