[U-Boot] [PATCH-ARM] Bug-fix in drivers mtd nand Makefile
Scott Wood
scottwood at freescale.com
Tue Jun 23 22:01:06 CEST 2009
On Thu, Jun 18, 2009 at 06:41:03PM +0100, kevin.morfitt at fearnside-systems.co.uk wrote:
> The S3C2410 NAND driver source file is included in the makefile instead of
> the object file.
>
> Signed-off-by: Kevin Morfitt <kevin.morfitt at fearnside-systems.co.uk>
> ---
> drivers/mtd/nand/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
> index 71dd5b9..7dfbeb5 100644
> --- a/drivers/mtd/nand/Makefile
> +++ b/drivers/mtd/nand/Makefile
> @@ -42,7 +42,7 @@ COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
> COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o
> COBJS-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.o
> COBJS-$(CONFIG_NAND_NOMADIK) += nomadik.o
> -COBJS-$(CONFIG_NAND_S3C2410) += s3c2410_nand.c
> +COBJS-$(CONFIG_NAND_S3C2410) += s3c2410_nand.o
> COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o
> COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
> endif
Applied to u-boot-nand-flash.
-Scott
More information about the U-Boot
mailing list