diff mbox series

[U-Boot,2/2] ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefine

Message ID 20180205010450.20665-3-woods.technical@gmail.com
State Accepted
Commit cbebe7a0f54979e5d3abed040a7148152dc4e35e
Delegated to: Tom Rini
Headers show
Series ARM: omap3: evm: Fix serial driver compiler warnings | expand

Commit Message

Derald D. Woods Feb. 5, 2018, 1:04 a.m. UTC
This commit removes an attempt to workaround a previous compilation
warning that is is now fixed in "include/configs/ti_omap3_common.h".

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
---
 include/configs/omap3_evm.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini Feb. 5, 2018, 3:50 p.m. UTC | #1
On Sun, Feb 04, 2018 at 07:04:50PM -0600, Derald D. Woods wrote:

> This commit removes an attempt to workaround a previous compilation
> warning that is is now fixed in "include/configs/ti_omap3_common.h".
> 
> Signed-off-by: Derald D. Woods <woods.technical@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Feb. 8, 2018, 12:27 p.m. UTC | #2
On Sun, Feb 04, 2018 at 07:04:50PM -0600, Derald D. Woods wrote:

> This commit removes an attempt to workaround a previous compilation
> warning that is is now fixed in "include/configs/ti_omap3_common.h".
> 
> Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 71d49e3cd3..c143c5af5c 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -40,9 +40,6 @@ 
 #undef CONFIG_CONS_INDEX
 #define CONFIG_CONS_INDEX               1
 #define CONFIG_SYS_NS16550_COM1         OMAP34XX_UART1
-#if defined(CONFIG_SPL_BUILD)
-#undef CONFIG_SYS_NS16550_REG_SIZE
-#endif /* CONFIG_SPL_BUILD */
 
 /* NAND */
 #if defined(CONFIG_NAND)