]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gdsys/p1022/ddr.c
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / board / gdsys / p1022 / ddr.c
index 4a652de43069a541ad20ec3738ab9db9bb511481..58f63f3ac35055a82eeb051158a817f99b5b5d13 100644 (file)
@@ -3,17 +3,14 @@
  * Authors: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
  *          Timur Tabi <timur@freescale.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
- * any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <i2c.h>
 
-#include <asm/fsl_ddr_sdram.h>
-#include <asm/fsl_ddr_dimm_params.h>
+#include <fsl_ddr_sdram.h>
+#include <fsl_ddr_dimm_params.h>
 
 void fsl_ddr_board_options(memctl_options_t *popts, dimm_params_t *pdimm,
                           unsigned int ctrl_num)