Skip to content

Commit

Permalink
Do not load partition table
Browse files Browse the repository at this point in the history
  • Loading branch information
depau committed Aug 13, 2018
1 parent a57ae27 commit 310bc46
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -230,8 +230,8 @@ private void setupDevice() throws IOException {
Log.i(TAG, "MAX LUN " + (int)b[0]);
blockDevice = BlockDeviceDriverFactory.createBlockDevice(communication);
blockDevice.init();
partitionTable = PartitionTableFactory.createPartitionTable(blockDevice);
initPartitions();
// partitionTable = PartitionTableFactory.createPartitionTable(blockDevice);
// initPartitions();
}

/**
Expand Down

0 comments on commit 310bc46

Please sign in to comment.