From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] cmd_nand: push CONFIG check to Makefile
Date: Tue, 03 Nov 2009 11:01:46 -0600 [thread overview]
Message-ID: <4AF061FA.7070304@freescale.com> (raw)
In-Reply-To: <1257266176-13199-1-git-send-email-vapier@gentoo.org>
Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> common/Makefile | 2 +-
> common/cmd_nand.c | 4 ----
> 2 files changed, 1 insertions(+), 5 deletions(-)
>
> diff --git a/common/Makefile b/common/Makefile
> index 3781738..b8c596c 100644
> --- a/common/Makefile
> +++ b/common/Makefile
> @@ -116,7 +116,7 @@ COBJS-$(CONFIG_CMD_MISC) += cmd_misc.o
> COBJS-$(CONFIG_CMD_MMC) += cmd_mmc.o
> COBJS-$(CONFIG_MP) += cmd_mp.o
> COBJS-$(CONFIG_CMD_MTDPARTS) += cmd_mtdparts.o
> -COBJS-y += cmd_nand.o
> +COBJS-$(CONFIG_CMD_NAND) += cmd_nand.o
> COBJS-$(CONFIG_CMD_NET) += cmd_net.o
> COBJS-$(CONFIG_CMD_ONENAND) += cmd_onenand.o
> COBJS-$(CONFIG_CMD_OTP) += cmd_otp.o
> diff --git a/common/cmd_nand.c b/common/cmd_nand.c
> index 158a55f..a5d2074 100644
> --- a/common/cmd_nand.c
> +++ b/common/cmd_nand.c
> @@ -18,9 +18,6 @@
> */
> #include <common.h>
> #include <linux/mtd/mtd.h>
> -
> -#if defined(CONFIG_CMD_NAND)
> -
> #include <command.h>
> #include <watchdog.h>
> #include <malloc.h>
> @@ -686,4 +683,3 @@ U_BOOT_CMD(nboot, 4, 1, do_nandboot,
> "boot from NAND device",
> "[partition] | [[[loadAddr] dev] offset]"
> );
> -#endif
I already have a patch in u-boot-nand-flash/next from Peter Tyser that
does this.
-Scott
prev parent reply other threads:[~2009-11-03 17:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-03 16:36 [U-Boot] [PATCH 1/1] cmd_nand: push CONFIG check to Makefile Mike Frysinger
2009-11-03 17:01 ` Scott Wood [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AF061FA.7070304@freescale.com \
--to=scottwood@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox