Skip to content

Commit

Permalink
Merge pull request #32 from DeadWalkingDeath/patch-2
Browse files Browse the repository at this point in the history
Update rpi-update
  • Loading branch information
Hexxeh committed Oct 10, 2012
2 parents 990c3f4 + ad0316e commit 6332172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpi-update
Expand Up @@ -219,7 +219,7 @@ if [[ ${FW_RAM} -ne 240 ]] &&[[ ${FW_RAM} -ne 224 ]] && [[ ${FW_RAM} -ne 192 ]]
exit 1 exit 1
fi fi
echo "Using ARM/GPU memory split of ${FW_RAM}MB/${FW_GPU}MB" echo "Using ARM/GPU memory split of ${FW_RAM}MB/${FW_GPU}MB"
if [[ "${FW_REV}" != "" ]]; then if [ "${FW_REV}" != "" ]; then
download_rev download_rev
do_update "updated to revision ${FW_REV}" do_update "updated to revision ${FW_REV}"
elif [[ -f "${FW_REPOLOCAL}/.git/config" ]]; then elif [[ -f "${FW_REPOLOCAL}/.git/config" ]]; then
Expand Down

0 comments on commit 6332172

Please sign in to comment.