| To: | kexec@lists.infradead.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch 04/12] kexec-tools: mipsel: Remove duplication declaration of BOOTLOADER_VERSION |
| From: | Simon Horman <horms@verge.net.au> |
| Date: | Thu, 06 Mar 2008 18:46:41 +0900 |
| Cc: | Tomasz Chmielewski <mangoo@wpkg.org>, Francesco Chiechi <francesco.chiechi@colibre.it> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20080306094637.669665743@vergenet.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | quilt/0.46-1 |
BOOTLOADER_VERSION is defined in kexec.h Signed-off-by: Simon Horman <horms@verge.net.au> --- kexec/arch/mipsel/kexec-elf-mipsel.c | 1 - 1 file changed, 1 deletion(-) Index: kexec-tools-mips/kexec/arch/mipsel/kexec-elf-mipsel.c =================================================================== --- kexec-tools-mips.orig/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-02-27 19:15:41.000000000 +0900 +++ kexec-tools-mips/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-02-27 19:18:10.000000000 +0900 @@ -32,7 +32,6 @@ static const int probe_debug = 0; #define BOOTLOADER "kexec" -#define BOOTLOADER_VERSION VERSION #define MAX_COMMAND_LINE 256 #define UPSZ(X) ((sizeof(X) + 3) & ~3) -- -- Horms |
| Previous by Date: | [patch 02/12] kexec-tools: mipsel: Remove purgatory/arch/mipsel/include/stdint.h, Simon Horman |
|---|---|
| Next by Date: | [patch 03/12] kexec-tools: mipsel: Update mipsel port for recent build changes, Simon Horman |
| Previous by Thread: | [patch 02/12] kexec-tools: mipsel: Remove purgatory/arch/mipsel/include/stdint.h, Simon Horman |
| Next by Thread: | [patch 03/12] kexec-tools: mipsel: Update mipsel port for recent build changes, Simon Horman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |