[U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

Signed-off-by: Ricardo Ribalda Delgado ricardo.ribalda@uam.es --- board/xilinx/ppc440-generic/config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/xilinx/ppc440-generic/config.mk b/board/xilinx/ppc440-generic/config.mk index 8d220da..6d76755 100644 --- a/board/xilinx/ppc440-generic/config.mk +++ b/board/xilinx/ppc440-generic/config.mk @@ -22,4 +22,4 @@ # MA 02111-1307 USA #
-sinclude $(obj)/board/$(BOARDDIR)/config.tmp +sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp

Hi
This patch solves a bug introduced by 880f6a5d7596f42db5ff8803b797b78ec5b146e0 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2.
Just in case the subject was not clear enough. Without this patch user cannot build: ml507, v5fx30tevel and ppc440-generic board normally. They only work out of three,
Best regards
On Wed, Sep 10, 2008 at 17:44, Ricardo Ribalda Delgado ricardo.ribalda@uam.es wrote:
Signed-off-by: Ricardo Ribalda Delgado ricardo.ribalda@uam.es
board/xilinx/ppc440-generic/config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/xilinx/ppc440-generic/config.mk b/board/xilinx/ppc440-generic/config.mk index 8d220da..6d76755 100644 --- a/board/xilinx/ppc440-generic/config.mk +++ b/board/xilinx/ppc440-generic/config.mk @@ -22,4 +22,4 @@ # MA 02111-1307 USA #
-sinclude $(obj)/board/$(BOARDDIR)/config.tmp
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
1.5.6.5

On Wednesday 10 September 2008, Ricardo Ribalda Delgado wrote:
Signed-off-by: Ricardo Ribalda Delgado ricardo.ribalda@uam.es
Applied to u-boot-ppc4xx. Thanks.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================
participants (2)
-
Ricardo Ribalda Delgado
-
Stefan Roese