[U-Boot] [PATCH] Fix the Double defind for setenv
Zhong Hongbo
bocui107 at gmail.com
Sat Jul 30 19:28:49 CEST 2011
From: seedshope <bocui107 at gmail.com>
setenv is defined common.h. We do not need re-defined it
Zhong hongbo <bocui107 at gmail.com>
---
arch/arm/include/asm/u-boot-arm.h | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/arch/arm/include/asm/u-boot-arm.h b/arch/arm/include/asm/u-boot-arm.h
index 3904027..e3fbb53 100644
--- a/arch/arm/include/asm/u-boot-arm.h
+++ b/arch/arm/include/asm/u-boot-arm.h
@@ -57,14 +57,6 @@ void dram_init_banksize (void);
void setup_serial_tag (struct tag **params);
void setup_revision_tag (struct tag **params);
-/* ------------------------------------------------------------ */
-/* Here is a list of some prototypes which are incompatible to */
-/* the U-Boot implementation */
-/* To be fixed! */
-/* ------------------------------------------------------------ */
-/* common/cmd_nvedit.c */
-int setenv (char *, char *);
-
/* cpu/.../interrupt.c */
int arch_interrupt_init (void);
void reset_timer_masked (void);
--
1.7.4.1
More information about the U-Boot
mailing list