Re: powerpc: cuImage.* creation error

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Paul Gortmaker
Date: Monday, March 17, 2008 - 1:07 pm

In message: powerpc: cuImage.* creation error
on 17/03/2008 Adrian Bunk wrote:


Untested, but I'll guess that this is at least part of the problem for
the sbc one...

Thanks,
Paul.

---

Author: Paul Gortmaker <paul.gortmaker@windriver.com>
Date:   Mon Mar 17 15:47:03 2008 -0400

    cuimage: fix board names in Makefile
    
    Fix the copy and paste error from 25431333813686654907ab987fb5de10c10a16db
    for the sbc8548 and sbc8560
    
    Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 4974d9e..1aded8f 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -253,8 +253,8 @@ image-$(CONFIG_TQM8540)			+= cuImage.tqm8540
 image-$(CONFIG_TQM8541)			+= cuImage.tqm8541
 image-$(CONFIG_TQM8555)			+= cuImage.tqm8555
 image-$(CONFIG_TQM8560)			+= cuImage.tqm8560
-image-$(CONFIG_SBC8548)			+= cuImage.tqm8548
-image-$(CONFIG_SBC8560)			+= cuImage.tqm8560
+image-$(CONFIG_SBC8548)			+= cuImage.sbc8548
+image-$(CONFIG_SBC8560)			+= cuImage.sbc8560
 
 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig
 image-$(CONFIG_STORCENTER)		+= cuImage.storcenter
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
powerpc: cuImage.* creation error, Adrian Bunk, (Mon Mar 17, 12:36 pm)
Re: powerpc: cuImage.* creation error, Grant Likely, (Mon Mar 17, 12:39 pm)
Re: powerpc: cuImage.* creation error, Paul Gortmaker, (Mon Mar 17, 1:07 pm)
Re: powerpc: cuImage.* creation error, Adrian Bunk, (Mon Mar 17, 3:23 pm)
Re: powerpc: cuImage.* creation error, Grant Likely, (Mon Mar 17, 3:39 pm)
Re: powerpc: cuImage.* creation error, Grant Likely, (Mon Mar 17, 3:41 pm)
Re: powerpc: cuImage.* creation error, Paul Gortmaker, (Mon Mar 17, 3:46 pm)
Re: powerpc: cuImage.* creation error, Grant Likely, (Mon Mar 17, 4:22 pm)
Re: powerpc: cuImage.* creation error, Grant Likely, (Mon Mar 17, 10:10 pm)