Re: [PATCH] bsps/microblaze: Fix console interrupt build errors

2022-10-24 Thread Chris Johns
OK to push Chris On 25/10/2022 12:36 pm, Alex White wrote: > This fixes build errors seen when building with console interrupts > enabled. A few places were missing bspopts.h includes, and one of the > UART functions was not defined. > --- > bsps/microblaze/include/dev/serial/uartlite.h | 1 +

[PATCH] bsps/microblaze: Fix console interrupt build errors

2022-10-24 Thread Alex White
This fixes build errors seen when building with console interrupts enabled. A few places were missing bspopts.h includes, and one of the UART functions was not defined. --- bsps/microblaze/include/dev/serial/uartlite.h | 1 + .../microblaze/include/dev/serial/uartlite_l.h | 18 ++