public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash
@ 2008-09-11 23:41 Ricardo Ribalda Delgado
  2008-09-11 23:41 ` [U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards Ricardo Ribalda Delgado
  2008-09-12  5:15 ` [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash Stefan Roese
  0 siblings, 2 replies; 4+ messages in thread
From: Ricardo Ribalda Delgado @ 2008-09-11 23:41 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e8bbd78..116d9e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1488,9 +1488,9 @@ v5fx30teval_flash_config: unconfig
 	@mkdir -p $(obj)include $(obj)board/xilinx/ppc440-generic
 	@mkdir -p $(obj)include $(obj)board/avnet/v5fx30teval
 	@echo "LDSCRIPT:=$(SRCTREE)/board/xilinx/ppc440-generic/u-boot-rom.lds"\
-		> $(obj)/board/avnet/v5fx30teval/config.tmp
+		> $(obj)board/avnet/v5fx30teval/config.tmp
 	@echo "TEXT_BASE := 0xFF1C0000" \
-		>> $(obj)/board/avnet/v5fx30teval/config.tmp
+		>> $(obj)board/avnet/v5fx30teval/config.tmp
 	@$(MKCONFIG) v5fx30teval ppc ppc4xx v5fx30teval avnet
 
 VOH405_config:	unconfig
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-12  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11 23:41 [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash Ricardo Ribalda Delgado
2008-09-11 23:41 ` [U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards Ricardo Ribalda Delgado
2008-09-12  5:15   ` Stefan Roese
2008-09-12  5:15 ` [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox