Browse Source

Fixed checkout of proper u-boot version

Signed-off-by: Dominik Adamski <adamski.dominik@gmail.com>
1.0.x
Dominik Adamski 6 years ago
parent
commit
944c74bb4d
  1. 3
      rpi3-convert-stage-5.sh

3
rpi3-convert-stage-5.sh

@ -50,11 +50,12 @@ build_uboot_files() {
if [ ! -d $uboot_repo_vc_dir ]; then if [ ! -d $uboot_repo_vc_dir ]; then
git clone https://github.com/mendersoftware/uboot-mender.git -b $branch git clone https://github.com/mendersoftware/uboot-mender.git -b $branch
git checkout $commit
fi fi
cd $uboot_dir cd $uboot_dir
git checkout $commit
make --quiet distclean make --quiet distclean
make --quiet rpi_3_32b_defconfig && make --quiet make --quiet rpi_3_32b_defconfig && make --quiet
make envtools make envtools

Loading…
Cancel
Save