All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap3_cairo: remove empty #ifdef/#endif block
@ 2019-01-30  7:19 Chris Packham
  2019-02-10 13:08 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2019-01-30  7:19 UTC (permalink / raw)
  To: u-boot

The content between these guards was removed in commit 9baa2bce2890
("Removed unused references to CONFIG_SERIALx"). Remove the now
empty #ifdef/#endif block and the accompanying comment.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 include/configs/omap3_cairo.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h
index 04bce2f8b46f..ef69b24dd097 100644
--- a/include/configs/omap3_cairo.h
+++ b/include/configs/omap3_cairo.h
@@ -190,16 +190,6 @@
 /* env defaults */
 #define CONFIG_BOOTFILE			"uImage"
 
-/* Override OMAP3 common serial console configuration from UART3
- * to UART2.
- *
- * Attention: for UART2, special MUX settings (MUX_DEFAULT(), MCBSP3)
- * are needed and peripheral clocks for UART2 must be enabled in
- * function per_clocks_enable().
- */
-#ifdef CONFIG_SPL_BUILD
-#endif
-
 /* Provide the MACH_TYPE value the vendor kernel requires */
 #define CONFIG_MACH_TYPE	3063
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] omap3_cairo: remove empty #ifdef/#endif block
  2019-01-30  7:19 [U-Boot] [PATCH] omap3_cairo: remove empty #ifdef/#endif block Chris Packham
@ 2019-02-10 13:08 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-02-10 13:08 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 30, 2019 at 08:19:28PM +1300, Chris Packham wrote:

> The content between these guards was removed in commit 9baa2bce2890
> ("Removed unused references to CONFIG_SERIALx"). Remove the now
> empty #ifdef/#endif block and the accompanying comment.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190210/1f523892/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-10 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30  7:19 [U-Boot] [PATCH] omap3_cairo: remove empty #ifdef/#endif block Chris Packham
2019-02-10 13:08 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.