[U-Boot] [PATCH] arm: fix build break

Aneesh V aneesh at ti.com
Mon Aug 1 09:22:47 CEST 2011


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 at 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);
-- 
1.7.0.4



More information about the U-Boot mailing list