From: Lokesh Vutla <[email protected]> Before building jailhouse for TI's K3 platforms, ci/jailhouse-config-k3.h needs to be copied to include/jailhouse/config.h
Signed-off-by: Lokesh Vutla <[email protected]> --- ci/jailhouse-config-k3.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ci/jailhouse-config-k3.h diff --git a/ci/jailhouse-config-k3.h b/ci/jailhouse-config-k3.h new file mode 100644 index 00000000..65e02f08 --- /dev/null +++ b/ci/jailhouse-config-k3.h @@ -0,0 +1,2 @@ +#define CONFIG_TRACE_ERROR 1 +#define CONFIG_TI_16550_MDR_QUIRK 1 -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20190523211623.9718-6-nikhil.nd%40ti.com. For more options, visit https://groups.google.com/d/optout.
