Re: [U-Boot] [PATCH] Fix the Double defind for setenv

2011-08-07 Thread Mike Frysinger
On Saturday, July 30, 2011 13:28:49 Zhong Hongbo wrote: > From: seedshope > > setenv is defined common.h. We do not need re-defined it > > Zhong hongbo please fix your git env. it is setting the author field to "seedshope" which clearly is incorrect. it should be your name. -mike signatur

Re: [U-Boot] [PATCH] Fix the Double defind for setenv

2011-07-30 Thread Wolfgang Denk
Dear Zhong Hongbo, In message <1312046929-10260-2-git-send-email-bocui...@gmail.com> you wrote: > From: seedshope > > setenv is defined common.h. We do not need re-defined it Thanks, but there are some more function prototypes in this block which are actually bogus. I have a more complete clea

[U-Boot] [PATCH] Fix the Double defind for setenv

2011-07-30 Thread Zhong Hongbo
From: seedshope setenv is defined common.h. We do not need re-defined it Zhong hongbo --- arch/arm/include/asm/u-boot-arm.h |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/arch/arm/include/asm/u-boot-arm.h b/arch/arm/include/asm/u-boot-arm.h index 3904027..e3fb