Skip to content

Commit

Permalink
BCM20703A1 Fix
Browse files Browse the repository at this point in the history
When loading firmware for BCM20703A1: “device request failed
("0xe0005000 (UNDEFINED)" 0xe0005000)”
  • Loading branch information
the-darkvoid committed Jul 4, 2016
1 parent e7729a1 commit 66066f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BrcmPatchRAM/BrcmPatchRAM.cpp
Expand Up @@ -1241,9 +1241,7 @@ bool BrcmPatchRAM::performUpgrade()
// responses.
IOSleep(10);

// Write first 2 instructions to trigger response
if ((data = OSDynamicCast(OSData, iterator->getNextObject())))
bulkWrite(data->getBytesNoCopy(), data->getLength());
// Write first instruction to trigger response
if ((data = OSDynamicCast(OSData, iterator->getNextObject())))
bulkWrite(data->getBytesNoCopy(), data->getLength());
break;
Expand Down

0 comments on commit 66066f6

Please sign in to comment.