Tiny kprintf implementation, only decimal and hexadecimal output (unsigned).
commit7e6992f5434eb8036c28dcb0289700af0a18114e
authorDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 31 Oct 2014 10:47:12 +0000 (31 10:47 +0000)
committerDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 31 Oct 2014 10:47:12 +0000 (31 10:47 +0000)
tree4a99d20d7cf0ff3978bedce9de4de881bb80d8d9
parent6469df80c3bbb1fc53f4dc8ff8a62d6f27b675b3
Tiny kprintf implementation, only decimal and hexadecimal output (unsigned).
Brings code size down to 736bytes (mksunxiboot expands it to 1024bytes).
Should be enough for bootstrap purposes.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49742 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/arm-sun4i/bootstrap/bootstrap.c
arch/arm-sun4i/bootstrap/kprintf.c [new file with mode: 0644]
arch/arm-sun4i/bootstrap/mmakefile.src