Hi Mohamed,

Le 16/02/2012 03:59, mohamed.han...@lntinfotech.com a écrit :

+#define UART_CR_TX_DISABLE         (1<<  3)
+#define UART_CR_TX_ENABLE          (1<<  3)

I doubt the same bit value can mean both enable and disable.

+#define UART_CR_RX_DISABLE         (1<<  3)
+#define UART_CR_RX_ENABLE          (1<<  3)

Ditto.

Besides, neither of these defines are used anyway. What's the point of having them? I suspect many others are unused, too. Unless there is a compelling reason to keep useless defines, remove them.

The contents of this e-mail and any attachment(s) may contain
confidential or privileged information for the intended recipient(s).
Unintended recipients are prohibited from taking action on the basis
of information in this e-mail and  using or disseminating the
information,  and must notify the sender and delete it from their
system. L&T Infotech will not accept responsibility or liability for
the accuracy or completeness of, or the presence of any virus or
disabling code in this e-mail"

Please do not post with this footer on the list. It os obnoxious (and quite purposeless on a public list :) )

Amicalement,
--
Albert.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to