Skip to content

Commit

Permalink
Rockchip: RK3399
Browse files Browse the repository at this point in the history
NanoPC-T4 won't boot correctly using u-boot v2021.10 off the MMC. For the time being I suggest staying on v2021.07.
  • Loading branch information
pyavitz committed Nov 10, 2021
1 parent fc300f0 commit da6ce4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/function/uboot
Expand Up @@ -170,9 +170,9 @@ cd u-boot
if [[ `grep -w "odroidn2plus" "../board.txt"` ]]; then
for i in ../${ON2PUBOOT}/*.patch; do patch -p1 < $i; done;
fi
#if [[ `grep -w "rockchip" "../board.txt"` ]]; then
# for i in ../${RKUBOOT}/*.patch; do patch -p1 < $i; done;
#fi
if [[ `grep -w "rockchip" "../board.txt"` ]]; then
for i in ../${RKUBOOT}/*.patch; do patch -p1 < $i; done;
fi
echo
export ARCH=arm64
mod_defconfigs
Expand Down

0 comments on commit da6ce4b

Please sign in to comment.