summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-02-27 19:30:30 +0900
committerSimon Horman <horms@verge.net.au>2008-03-06 18:50:46 +0900
commit8eeb3f9cdab8ffc9c576f9258df9a74f218ba1dc (patch)
tree6220a78b8636155cb2807e290d168acfc73fde54
parent5561b00ad3e19f3e9a0c507a98a456fc8760f0e5 (diff)
kexec-tools: mipsel: Remove duplication declaration of BOOTLOADER_VERSION
BOOTLOADER_VERSION is defined in kexec.h Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/mipsel/kexec-elf-mipsel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/arch/mipsel/kexec-elf-mipsel.c b/kexec/arch/mipsel/kexec-elf-mipsel.c
index e8c32a0..10fa1a9 100644
--- a/kexec/arch/mipsel/kexec-elf-mipsel.c
+++ b/kexec/arch/mipsel/kexec-elf-mipsel.c
@@ -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)