Skip to content

Commit 6e3ece1

Browse files
authored
fix audio error.
1 parent 2d3786e commit 6e3ece1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_lpi4a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ build_kernel() {
119119

120120
build_u-boot() {
121121
if [ ! -d $build_dir/thead-u-boot ]; then
122-
git clone --depth=1 https://github.com/chainsx/thead-u-boot.git -b distro_bootcmd
122+
git clone --depth=1 https://github.com/chainsx/thead-u-boot.git -b extlinux
123123
fi
124124
cd thead-u-boot
125125
make ARCH=riscv CROSS_COMPILE=${build_dir}/riscv64-gcc/bin/riscv64-unknown-linux-gnu- light_lpi4a_defconfig

0 commit comments

Comments
 (0)