Browse Source
Merge pull request #92 from nandra/mbe-fix-rpi0w
rpi: Bump u-boot version to fix booting on rpi0w after raspi-config r…
1.2.x
Adam Podogrocki
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
rpi-convert-stage-5.sh
|
|
@ -34,7 +34,7 @@ build_uboot_files() { |
|
|
|
local CROSS_COMPILE=${1}- |
|
|
|
local ARCH=arm |
|
|
|
local branch="mender-rpi-2018.07" |
|
|
|
local commit="981cc831e3" |
|
|
|
local commit="884893e54a" |
|
|
|
local uboot_repo_vc_dir=$uboot_dir/.git |
|
|
|
local defconfig="rpi_3_32b_defconfig" |
|
|
|
|
|
|
|