Re: [PATCH v5 39/44] serial: Support ns16550 driver in TPL

2023-03-03 Thread Tom Rini
On Wed, Feb 22, 2023 at 09:34:20AM -0700, Simon Glass wrote: > Add options for this since they are needed by P1020RDB-PC_NAND. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v5 39/44] serial: Support ns16550 driver in TPL

2023-02-22 Thread Simon Glass
Add options for this since they are needed by P1020RDB-PC_NAND. Signed-off-by: Simon Glass --- (no changes since v1) drivers/serial/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index bb5083201b3..6f40c051604 100644 --- a/driv