Re: [U-Boot] [PATCH v7] unify version_string

2011-07-29 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Andreas_Bie=DFmann?=, In message you wrote: > > I do only have arm and avr32 compilers therefore I can only test those There are many free tool chains for several architectures - OpenEmbedded, Yocto, CodeSourcery, ELDK, ... Just chose oneand install it. > architecture boar

Re: [U-Boot] [PATCH v7] unify version_string

2011-07-29 Thread Andreas Bießmann
Dear Wolfgang, Am 28.07.2011 um 23:09 schrieb Wolfgang Denk: > Dear Andreas, > > In message <1311869959-6085-1-git-send-email-andreas.de...@googlemail.com> > you wrote: >> >> This patch removes the architecture specific implementation of >> version_string where possible. Some architectures use

Re: [U-Boot] [PATCH v7] unify version_string

2011-07-28 Thread Wolfgang Denk
Dear Andreas, In message <1311869959-6085-1-git-send-email-andreas.de...@googlemail.com> you wrote: > > This patch removes the architecture specific implementation of > version_string where possible. Some architectures use a special place > and therefore we provide U_BOOT_VERSION_STRING definiti

Re: [U-Boot] [PATCH v7] unify version_string

2011-07-28 Thread Wolfgang Denk
Dear andreas.de...@googlemail.com, In message <1311869959-6085-1-git-send-email-andreas.de...@googlemail.com> you wrote: > From: Andreas Bießmann > > This patch removes the architecture specific implementation of > version_string where possible. Some architectures use a special place > and the

[U-Boot] [PATCH v7] unify version_string

2011-07-28 Thread andreas . devel
From: Andreas Bießmann This patch removes the architecture specific implementation of version_string where possible. Some architectures use a special place and therefore we provide U_BOOT_VERSION_STRING definition and a common weak symbol version_string. Signed-off-by: Andreas Bießmann CC: Mike