blob: bf9ea698a255b48ef1768cdae398c7a964121c7c [file] [log] [blame]
Dave Chapmanc6be8182008-10-04 08:46:03 +00001mkamsboot
2---------
3
4A tool to inject some code (contained in test.S) into a firmware file.
5
6Edit the INFILE variable in the Makefile to point to the original
7firmware file you want to patch, edit "test.S" appropriately, and then
8type "make".
9
10