[U-Boot] [PATCH] ml507: fix out of tree build problem
Ricardo
ricardo.ribalda at gmail.com
Tue Sep 9 00:39:33 CEST 2008
Hello Wolfgang
This problem is solved in "Unification of virtex5 pp440 boards",
which is ready to be merged in mainline (Today's pullgit by Stefan),
Please revert this patch in order to have less problems merging
Stefan's ppc4xx branch.
Regards
On Mon, Sep 8, 2008 at 16:50, Wolfgang Denk <wd at denx.de> wrote:
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> ---
> Makefile | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 8d82ef5..91f542e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1358,13 +1358,13 @@ ml300_config: unconfig
>
> ml507_flash_config: unconfig
> @mkdir -p $(obj)include $(obj)board/xilinx/ml507
> - @cp $(obj)board/xilinx/ml507/u-boot-rom.lds $(obj)board/xilinx/ml507/u-boot.lds
> + @cp board/xilinx/ml507/u-boot-rom.lds $(obj)board/xilinx/ml507/u-boot.lds
> @echo "TEXT_BASE = 0xFE360000" > $(obj)board/xilinx/ml507/config.tmp
> @$(MKCONFIG) $(@:_flash_config=) ppc ppc4xx ml507 xilinx
>
> ml507_config: unconfig
> @mkdir -p $(obj)include $(obj)board/xilinx/ml507
> - @cp $(obj)board/xilinx/ml507/u-boot-ram.lds $(obj)board/xilinx/ml507/u-boot.lds
> + @cp board/xilinx/ml507/u-boot-ram.lds $(obj)board/xilinx/ml507/u-boot.lds
> @$(MKCONFIG) $(@:_config=) ppc ppc4xx ml507 xilinx
>
> ocotea_config: unconfig
> --
> 1.5.6.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
--
Ricardo Ribalda
http://www.eps.uam.es/~rribalda/
More information about the U-Boot
mailing list