* [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target
@ 2008-07-31 16:10 Adrian Bunk
2008-08-21 5:16 ` Stephen Rothwell
2008-08-21 5:37 ` Kumar Gala
0 siblings, 2 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-07-31 16:10 UTC (permalink / raw)
To: paulus, benh; +Cc: Scott Wood, linuxppc-dev
From: Scott Wood <scottwood@freescale.com>
This patch fixes the following build error with mpc866_ads_defconfig:
<-- snip -->
...
WRAP arch/powerpc/boot/cuImage.mpc866ads
powerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such file: No such file or directory
make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1
<-- snip -->
Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
This patch was sent by Scott Wood on:
- 21 May 2008
arch/powerpc/boot/wrapper | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
index d6c96d9..3b59e33 100755
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -159,7 +159,7 @@ cuboot*)
binary=y
gzip=
case "$platform" in
- *-mpc885ads|*-adder875*|*-ep88xc)
+ *-mpc866ads|*-mpc885ads|*-adder875*|*-ep88xc)
platformo=$object/cuboot-8xx.o
;;
*5200*|*-motionpro)
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target
2008-07-31 16:10 [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target Adrian Bunk
@ 2008-08-21 5:16 ` Stephen Rothwell
2008-08-21 5:34 ` Kumar Gala
2008-08-21 5:37 ` Kumar Gala
1 sibling, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2008-08-21 5:16 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Scott Wood, paulus, linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]
Hi all,
Anyone going to add this patch to some tree (I have had it in linux-next
for a while).
http://patchwork.ozlabs.org/linuxppc/patch?id=19962
On Thu, 31 Jul 2008 19:10:22 +0300 Adrian Bunk <bunk@kernel.org> wrote:
>
> From: Scott Wood <scottwood@freescale.com>
>
> This patch fixes the following build error with mpc866_ads_defconfig:
>
> <-- snip -->
>
> ...
> WRAP arch/powerpc/boot/cuImage.mpc866ads
> powerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such file: No such file or directory
> make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1
>
> <-- snip -->
>
> Reported-by: Adrian Bunk <bunk@kernel.org>
> Signed-off-by: Scott Wood <scottwood@freescale.com>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
>
> This patch was sent by Scott Wood on:
> - 21 May 2008
>
> arch/powerpc/boot/wrapper | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
> index d6c96d9..3b59e33 100755
> --- a/arch/powerpc/boot/wrapper
> +++ b/arch/powerpc/boot/wrapper
> @@ -159,7 +159,7 @@ cuboot*)
> binary=y
> gzip=
> case "$platform" in
> - *-mpc885ads|*-adder875*|*-ep88xc)
> + *-mpc866ads|*-mpc885ads|*-adder875*|*-ep88xc)
> platformo=$object/cuboot-8xx.o
> ;;
> *5200*|*-motionpro)
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target
2008-07-31 16:10 [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target Adrian Bunk
2008-08-21 5:16 ` Stephen Rothwell
@ 2008-08-21 5:37 ` Kumar Gala
1 sibling, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2008-08-21 5:37 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Scott Wood, paulus, linuxppc-dev
On Jul 31, 2008, at 11:10 AM, Adrian Bunk wrote:
> From: Scott Wood <scottwood@freescale.com>
>
> This patch fixes the following build error with mpc866_ads_defconfig:
>
> <-- snip -->
>
> ...
> WRAP arch/powerpc/boot/cuImage.mpc866ads
> powerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such
> file: No such file or directory
> make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1
>
> <-- snip -->
>
> Reported-by: Adrian Bunk <bunk@kernel.org>
> Signed-off-by: Scott Wood <scottwood@freescale.com>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
applied.
- k
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-21 5:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31 16:10 [2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target Adrian Bunk
2008-08-21 5:16 ` Stephen Rothwell
2008-08-21 5:34 ` Kumar Gala
2008-08-21 5:37 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox