mbox series

[U-Boot,0/2] ARM: omap3: evm: Fix serial driver compiler warnings

Message ID 20180205010450.20665-1-woods.technical@gmail.com
Headers show
Series ARM: omap3: evm: Fix serial driver compiler warnings | expand

Message

Derald D. Woods Feb. 5, 2018, 1:04 a.m. UTC
This small series resolves compiler warnings that are generated when DM_SERIAL
is enabled for OMAP3 boards using "include/configs/ti_omap3_common.h".

Derald D. Woods (2):
  ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warning
  ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefine

 include/configs/omap3_evm.h       |  3 ---
 include/configs/ti_omap3_common.h | 10 ++++++----
 2 files changed, 6 insertions(+), 7 deletions(-)