]> git.sur5r.net Git - u-boot/blobdiff - common/spl/spl.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / common / spl / spl.c
index 61d3071324b05f1f2b5edb662baeb8f18d5b370e..3dafeaed3a18955331a75b6eda7bc886f6bc9769 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2010
  * Texas Instruments, <www.ti.com>
  *
  * Aneesh V <aneesh@ti.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -471,6 +470,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
        jump_to_image_no_args(&spl_image);
 }
 
+#ifdef CONFIG_SPL_SERIAL_SUPPORT
 /*
  * This requires UART clocks to be enabled.  In order for this to work the
  * caller must ensure that the gd pointer is valid.
@@ -491,6 +491,7 @@ void preloader_console_init(void)
        spl_display_print();
 #endif
 }
+#endif
 
 /**
  * spl_relocate_stack_gd() - Relocate stack ready for board_init_r() execution