Re: [PATCH 05/23] serial: Add a SERIAL config

2021-08-12 Thread Sean Anderson
On 8/8/21 2:20 PM, Simon Glass wrote: At present we have SPL_SERIAL and TPL_SERIAL but not piain SERIAL. This nit: plain I believe this typo occurs in several other patches in this series as well, e.g. GPIO and POWER. --Sean works because there is a special build rule in Makefile that alwa

[PATCH 05/23] serial: Add a SERIAL config

2021-08-08 Thread Simon Glass
At present we have SPL_SERIAL and TPL_SERIAL but not piain SERIAL. This works because there is a special build rule in Makefile that always includes the drivers/serial directory. It is better to have all driver directories included by drivers/Makefile and there is already a rule in there for this