Hello
Please let me know which config is used for building when this error happen?
WARNING: no maintainers for 'imx8qm_mek_androidauto_xen'
Building current source for 1 boards (1 thread, 40 jobs per thread)
Starting build... 0 0 0 /1 (starting) sandbox: + sandbox_spl
+common/image-android.c:18:10: fatal error: asm/bootm.h: No such file or directory
+ #include <asm/bootm.h>
+ ^~~~~~~~~~~~~
+compilation terminated.
+make[2]: *** [common/image-android.o] Error 1
+make[1]: *** [common] Error 2
+drivers/mailbox/sandbox-mbox-test.c: In function 'sandbox_mbox_test_send':
+drivers/mailbox/sandbox-mbox-test.c:27:9: error: too few arguments to function 'mbox_send'
+ return mbox_send(&sbmt->chan, &msg);
+ ^~~~~~~~~
+In file included from drivers/mailbox/sandbox-mbox-test.c:8:0:
+include/mailbox.h:125:5: note: declared here
+ int mbox_send(struct mbox_chan *chan, const void *data, ulong timeout_us);
+ ^~~~~~~~~
+ }
+ ^
Regards