
commit 84b5e8022ef62b68df360392a55c4fc2f2e568d7: "Constify getenv(), setenv() and hash code functions"
creates build break for arm. Fix this by removing redundant prototype of setenv() function.
Signed-off-by: Aneesh V aneesh@ti.com --- MAKEALL not done yet. Shall do this overnight for all arm boards and update the results. --- arch/arm/include/asm/u-boot-arm.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/include/asm/u-boot-arm.h b/arch/arm/include/asm/u-boot-arm.h index 3904027..f8690c6 100644 --- a/arch/arm/include/asm/u-boot-arm.h +++ b/arch/arm/include/asm/u-boot-arm.h @@ -62,9 +62,6 @@ void setup_revision_tag (struct tag **params); /* 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);