]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefine
authorDerald D. Woods <woods.technical@gmail.com>
Mon, 5 Feb 2018 01:04:50 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 8 Feb 2018 03:06:19 +0000 (22:06 -0500)
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>
include/configs/omap3_evm.h

index 71d49e3cd3f01a8b4a57d2614857b913f00ea205..c143c5af5c587705124c909243df992bf09a07b2 100644 (file)
@@ -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)