mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefine
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>
This commit is contained in:
parent
313ed5d505
commit
cbebe7a0f5
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue