Skip to content

Commit

Permalink
Fix broken lf1000 kernel path for didj
Browse files Browse the repository at this point in the history
  • Loading branch information
mac2612 committed Apr 9, 2021
1 parent 2188376 commit 9db71e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote_flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ flash_nand () {
if [[ $prefix == lf1000_* ]]; then
memloc="high"
kernel="zImage_tmp.cbf"
python2 make_cbf.py $memloc lf1000_zImage $kernel
python2 make_cbf.py $memloc ${prefix}zImage $kernel
else
memloc="superhigh"
kernel=${prefix}uImage
Expand Down

0 comments on commit 9db71e4

Please sign in to comment.