ARM: fix error: conflicting types for 'setenv'
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>
This commit is contained in:
parent
5791293986
commit
5589073a16
@ -57,14 +57,6 @@ void dram_init_banksize (void);
|
|||||||
void setup_serial_tag (struct tag **params);
|
void setup_serial_tag (struct tag **params);
|
||||||
void setup_revision_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 */
|
/* cpu/.../interrupt.c */
|
||||||
int arch_interrupt_init (void);
|
int arch_interrupt_init (void);
|
||||||
void reset_timer_masked (void);
|
void reset_timer_masked (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user