Browse Source
Merge pull request #124 from mirzak/uboot-hdmi-fix
rpi: bump U-Boot version
2.0.x
Mirza Krak
5 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="884893e54a" |
|
|
|
local commit="50f05ab10e" |
|
|
|
local uboot_repo_vc_dir=$uboot_dir/.git |
|
|
|
local defconfig="rpi_3_32b_defconfig" |
|
|
|
|
|
|
|