On Mon, Jul 04, 2022 at 12:05:38PM +0000, Dmytro Firsov wrote: > Some setups do not use Xen hypervisor console for logging, e.g. they > use emulated PL011 hardware or shared peripherals (real UART). In such > cases Xen HVC will be disabled on a build time and will cause issues in > current driver implementation. > > This commit fixes build issues in Xen event channel driver, caused > by absense of console event channel, that is not available when console > config is disabled. Now console related code will be removed when > Xen HVC is turned off. > > Signed-off-by: Dmytro Firsov > Reviewed-by: Anastasiia Lukianenko > Reviewed-by: Anastasiia Lukianenko > > Signed-off-by: Dmytro Firsov > Applied to u-boot/master, thanks! -- Tom