]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: fix error: conflicting types for 'setenv'
authorseedshope <bocui107@gmail.com>
Sat, 30 Jul 2011 07:28:49 +0000 (07:28 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 1 Aug 2011 13:07:06 +0000 (15:07 +0200)
Also remove bogus comment.

Signed-off-by: Zhong hongbo <bocui107@gmail.com>
Changed commit message
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Albert Aribaud <albert.aribaud@free.fr>
arch/arm/include/asm/u-boot-arm.h

index 3904027016e69bb31e6579b72f6133d74b8d89ee..e3fbb53d4da8b6e5fc83871a9ff66b2e5f6a5c45 100644 (file)
@@ -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);