Skip to content

Commit

Permalink
fix: update log message to display the correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Feb 4, 2024
1 parent 236d623 commit afab9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/u-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ rkpack_idbloader() {

if [[ -n $BSP_RKMINILOADER_SDNAND ]]
then
echo "Using Rockchip SD NAND miniloader $(basename $BSP_RKMINILOADER_SPINOR)"
echo "Using Rockchip SD NAND miniloader $(basename $BSP_RKMINILOADER_SDNAND)"
$TARGET_DIR/tools/mkimage -n $BSP_SOC_OVERRIDE -T rksd -d "${flash_data}" "$TARGET_DIR/idbloader-sd_nand.img"
cat "$BSP_RKMINILOADER_SDNAND" >> "$TARGET_DIR/idbloader-sd_nand.img"
fi
Expand Down

0 comments on commit afab9c4

Please sign in to comment.