bcm53xx: sysupgrade: drop some debugging message
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45544
This commit is contained in:
parent
688c1d74b9
commit
a86e7330dc
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ platform_pre_upgrade() {
|
|||
while [ "$(dd if=$dir/root skip=$ubi_length bs=1 count=4 2>/dev/null)" = "UBI#" ]; do
|
||||
ubi_length=$(($ubi_length + 131072))
|
||||
done
|
||||
echo "ubi_length: $ubi_length"
|
||||
dd if=$dir/root of=/tmp/root.ubi bs=131072 count=$((ubi_length / 131072)) 2>/dev/null
|
||||
|
||||
# Flash
|
||||
|
|
Loading…
Reference in a new issue