I need to get the U-boot source of the following version details.
VERSION = 2014
PATCHLEVEL = 07
SUBLEVEL =
EXTRAVERSION =
NAME =
I tried following steps.
Cloned with the following command.
git clone git://git.denx.de/u-boot.git
But following is the version details.
VERSION = 2015
PATCHLEVEL = 10
SUBLEVEL =
EXTRAVERSION = -rc1
NAME =
git branch is showing only master branch.
user:~/U-boot/u-boot$ git branch * master user:~/U-boot/u-boot$
Can you please guide to get the U-boot source(version:2014, patchlevel:07) using git.