]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8xxx / fsl_lbc.c
index 023ac9ab30e6fd440728d035b65fcc038b629fc8..728a35130cf8686d42b4917f2961b83843ce7430 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * Copyright 2010-2011 Freescale Semiconductor, Inc.
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * Version 2 as published by the Free Software Foundation.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #include <common.h>
@@ -11,7 +9,7 @@
 
 #ifdef CONFIG_MPC85xx
 /* Boards should provide their own version of this if they use lbc sdram */
-void __lbc_sdram_init(void)
+static void __lbc_sdram_init(void)
 {
        /* Do nothing */
 }