* [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
* [U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards
2008-09-11 23:41 [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash Ricardo Ribalda Delgado
@ 2008-09-11 23:41 ` 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
1 sibling, 1 reply; 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>
---
board/avnet/v5fx30teval/.gitignore | 1 +
board/xilinx/ml507/.gitignore | 1 +
board/xilinx/ppc440-generic/.gitignore | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 board/avnet/v5fx30teval/.gitignore
create mode 100644 board/xilinx/ml507/.gitignore
create mode 100644 board/xilinx/ppc440-generic/.gitignore
diff --git a/board/avnet/v5fx30teval/.gitignore b/board/avnet/v5fx30teval/.gitignore
new file mode 100644
index 0000000..f6418a0
--- /dev/null
+++ b/board/avnet/v5fx30teval/.gitignore
@@ -0,0 +1 @@
+/config.tmp
diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore
new file mode 100644
index 0000000..f6418a0
--- /dev/null
+++ b/board/xilinx/ml507/.gitignore
@@ -0,0 +1 @@
+/config.tmp
diff --git a/board/xilinx/ppc440-generic/.gitignore b/board/xilinx/ppc440-generic/.gitignore
new file mode 100644
index 0000000..f6418a0
--- /dev/null
+++ b/board/xilinx/ppc440-generic/.gitignore
@@ -0,0 +1 @@
+/config.tmp
--
1.5.6.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash
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
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2008-09-12 5:15 UTC (permalink / raw)
To: u-boot
On Friday 12 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 at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards
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
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2008-09-12 5:15 UTC (permalink / raw)
To: u-boot
On Friday 12 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 at denx.de
=====================================================================
^ permalink raw reply [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