]> git.baikalelectronics.ru Git - uboot.git/commit
ns16650: Correct CONFIG_SYS_NS16550_MEM32 platforms
authorTom Rini <trini@konsulko.com>
Fri, 6 Jan 2023 03:47:44 +0000 (22:47 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 9 Jan 2023 16:30:49 +0000 (11:30 -0500)
commitcab6245c88146a059c9c80f70c7852d68402a187
tree4cd32401193940d8f7401ed896f60631c7fa801b
parenteedd6e5b1878f58b8991b3c8136ccc0ac92f5d2c
ns16650: Correct CONFIG_SYS_NS16550_MEM32 platforms

There are currently no platform that are both CONFIG_SYS_NS16550_MEM32
and not (per how the logic was prior to being broken in c91b3b3e07ad
("kbuild: Remove uncmd_spl logic")) enabled in CONFIG_DM_SERIAL. We drop
this line out now so that platforms which do use
CONFIG_SYS_NS16550_MEM32 and depending on stage may or may not have
DM_SERIAL set.

Fixes: c91b3b3e07ad ("kbuild: Remove uncmd_spl logic")
Reported-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Tested-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> #on Ringneck PX30, Puma RK3399
include/ns16550.h