
Hi,
On Thu, May 23, 2013 at 1:31 PM, Balaji N balajinp82@gmail.com wrote:
Hi All,
Before 6 months, I have taken U-Boot code from git repository and the version details:
I think this is the link you cloned 6 months back, http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=Makefile;h=e3a27...
VERSION = 2012 PATCHLEVEL = 10 SUBLEVEL = EXTRAVERSION = -rc1
Now I have taken the same version code from git. But both looks very different.
What is the problem? or where I need to take the proper version code from git?
The link: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary
This is an updated u-boot, it got upgraded from since you cloned VERSION = 2013 PATCHLEVEL = 04 SUBLEVEL = EXTRAVERSION =
There is process for rc* and master upgrades, Please find the release information from http://www.denx.de/wiki/U-Boot/ReleaseCycle
Thanks, Jagan.