Yes, I looked into it, thanks for the hint.
What I found out is, that they just branch back to the original ROM instead of executing the same five instructions from their boot.c file after they did the "LDR R1, =sub_FF815EE0_my" instruction.
I tried the same as you can see in line 275 "B sub_FF81124C" of my latest boot.c file, but I didn't recognize a different behaviour. So I returned to original implementation.