diff mbox

[U-Boot] arm: fix build break

Message ID 1312183367-16528-1-git-send-email-aneesh@ti.com
State Not Applicable, archived
Headers show

Commit Message

Aneesh V Aug. 1, 2011, 7:22 a.m. UTC
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(-)

Comments

Wolfgang Denk Aug. 1, 2011, 10:14 a.m. UTC | #1
Dear Aneesh V,

In message <1312183367-16528-1-git-send-email-aneesh@ti.com> you wrote:
> 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(-)

So this is the 4th version of this patch...

Thanks anyway.

Best regards,

Wolfgang Denk
diff mbox

Patch

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