mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-17 06:50:07 +00:00
20e298af0e
This driver uses inb/outb instructions which seems to have trouble on
arm/aarch64 compiler
server/drivers/serialVFD_io.c
:45:
| ../../../git/server/drivers/port.h:344:32: error: invalid output constraint '=a' in asm
|
| __asm__ volatile ("inb %1,%0":"=a" (value)
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com>