blob: 25c6deadd4626fe3346b96fbae28e0df734569d5 (
plain) (
blame)
1
2
3
4
5
6
|
ARM bootloader does not set r0 to 0
# arm-softmmu/qemu-system-arm -M raspi2 -m 1024 -smp 4 -kernel kernel.bin -serial stdio -dtb rpi2.dtb
My code shows r0 = 0x31 while it should be 0.
|