Small cleanups to the cuboot bootwrapper code

Scott Wood scottwood at freescale.com
Sat Apr 28 03:50:34 EST 2007


David Gibson wrote:
> Index: working-2.6/arch/powerpc/boot/Makefile
> ===================================================================
> --- working-2.6.orig/arch/powerpc/boot/Makefile	2007-04-27 11:48:56.000000000 +1000
> +++ working-2.6/arch/powerpc/boot/Makefile	2007-04-27 11:57:41.000000000 +1000
> @@ -129,7 +129,8 @@ image-$(CONFIG_PPC_CELLEB)		+= zImage.ps
>  image-$(CONFIG_PPC_CHRP)		+= zImage.chrp
>  image-$(CONFIG_PPC_EFIKA)		+= zImage.chrp
>  image-$(CONFIG_PPC_PMAC)		+= zImage.pmac
> -image-$(CONFIG_DEFAULT_UIMAGE)		+= uImage cuImage
> +image-$(CONFIG_PPC_83xx)		+= cuImage.83xx
> +image-$(CONFIG_DEFAULT_UIMAGE)		+= uImage

You need to update BOOT_TARGETS in arch/powerpc/Makefile as well.
Otherwise, it looks good.

-Scott



More information about the Linuxppc-dev mailing list