I am working to enable the crash dump on the Qemu Emulator.
Part of that, want to pass crashkernel@128M
as boot arg. It is getting issue to load u-boot in Qemu.
Can we pass crashkernel@128M/256M
inside .dts of kernel as chosen args?
If it is possible, we can bypass u-boot on Qemu & can directly load the .dtb file on the Qemu.