
17 Nov
2022
17 Nov
'22
12:51 a.m.
On Wed, 16 Nov 2022 at 11:10, Tom Rini trini@konsulko.com wrote:
This symbol is specific to the PowerPC SPL implementation, so rename this to reflect that it's in SPL and used / tested there, so that we can then safely migrate it to Kconfig.
Signed-off-by: Tom Rini trini@konsulko.com
README | 2 +- drivers/serial/ns16550.c | 8 ++++---- drivers/serial/serial_ns16550.c | 4 ++-- include/configs/P1010RDB.h | 4 +--- include/configs/p1_p2_rdb_pc.h | 4 +--- scripts/config_whitelist.txt | 2 +- 6 files changed, 10 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org