By loading the absolute address of _start_real we can unconditionally jump to it regardless if the PC is somewhere at 0x0 or at ROM_START_ADDR
With this the riscv start code jumps to the ROM start on boot when the ROM area doesn't start at address 0x0.