s5j_boot.c: fix incorrect assembly code
authorJaroslaw Pelczar <j.pelczar@samsung.com>
Thu, 3 Aug 2017 07:48:56 +0000 (09:48 +0200)
committerPiotr Marcinkiewicz <p.marcinkiew@samsung.com>
Fri, 4 Aug 2017 12:10:27 +0000 (14:10 +0200)
commit4abb95c97da7fc2ca8fed0ce0dc65e9b55ee94e3
tree9484f742bc756de77328c019619d4586ed2dc308
parentf4d077c400fcf5702b7e33eb7d4f13e951dd24be
s5j_boot.c: fix incorrect assembly code

Previous code assumed that registers during function call
are r0 and r1, but compiler can allocate any register at
any time to inlined function.

Signed-off-by: Jaroslaw Pelczar <j.pelczar@samsung.com>
os/arch/arm/src/s5j/s5j_boot.c