diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-02-04 23:03:06 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-07 14:03:11 +0000 |
commit | 5bd6096f82b396e93cb8b52a8d9e98d3bbf749aa (patch) | |
tree | d32816f9c17e86a4569b4f2e482f78fe192493b5 /src/drivers/uart/Kconfig | |
parent | b0789ede5fda5c23032bbc634059f27a7470db4e (diff) |
drivers/uart/uart8250reg.h: remove duplicate bit definitions
UART8250_FCR_RXSR is a redefinition of UART8250_FCR_CLEAR_RCVR,
UART8250_FCR_TXSR a redefinition of UART8250_FCR_CLEAR_XMIT and
UART8250_LCR_BKSE a redefinition of UART8250_LCR_DLAB. None of those
redefinitions are used, so just drop them.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I6b9edae67180b04ff1c887c5742c07c774fc9c59
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61642
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/drivers/uart/Kconfig')
0 files changed, 0 insertions, 0 deletions