Browse Source

Merge pull request #24 from mendersoftware/rpi-u-boot-fix

Fixed git checkout of proper u-boot version
1.0.x
Adam Podogrocki 7 years ago
committed by GitHub
parent
commit
38553255fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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
git clone https://github.com/mendersoftware/uboot-mender.git -b $branch
git checkout $commit
fi
cd $uboot_dir
git checkout $commit
make --quiet distclean
make --quiet rpi_3_32b_defconfig && make --quiet
make envtools

Loading…
Cancel
Save