Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-10-04 08:46:03 +00:00
parent d16fe2d36a
commit c6be818212
8 changed files with 68 additions and 63 deletions

10
rbutil/mkamsboot/README Normal file
View file

@ -0,0 +1,10 @@
mkamsboot
---------
A tool to inject some code (contained in test.S) into a firmware file.
Edit the INFILE variable in the Makefile to point to the original
firmware file you want to patch, edit "test.S" appropriately, and then
type "make".