mtd: nand: pxa3xx: add support for Toshiba flash
[oweals/u-boot.git] / drivers / mtd / mtdcore.c
index 2cda0511e8c37e34ec2f15b9706de6e2e5d7418b..6217be2352864d998b29038b0a5ef4f91390ad03 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Core registration and callback routines for MTD
  * drivers and users.
@@ -5,8 +6,6 @@
  * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
  * Copyright © 2006      Red Hat UK Limited 
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  */
 
 #ifndef __UBOOT__