commit | 88cda7eb2677a5d36141cd4d0b94c98457213ccb | [log] [tgz] |
---|---|---|
author | Rafaël Carré <funman@videolan.org> | Tue Jan 31 14:18:25 2012 -0500 |
committer | Rafaël Carré <funman@videolan.org> | Tue Jan 31 14:23:53 2012 -0500 |
tree | b7fe49d7411aa451e9e92b71adb15a987b70c498 | |
parent | 54044fd6e9739376cd0df28c26afea66f295a4d3 [diff] |
mkamsboot: fix some Clipv2 that we used to brick On those models the software bootloader is entered through the SWI vector, not through the reset vector like we thought. Use put_uint32le() instead of memcpy Use mov pc, #0x200 instead of b 0x200, so we can use the same instruction for both vectors. Tested on Clipv2 and Clip Zip Change-Id: I99dc24167dde5558d34fe9795c65b44ff91aa665