]> git.sur5r.net Git - u-boot/blobdiff - include/dm/read.h
Merge git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / include / dm / read.h
index f14c7a7ba87c716a6ba0e26f8e343ee8871f47da..4a725bc923b5c974664102d1951396a456039bde 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Function to read values from the device tree node attached to a udevice.
  *
  * Copyright (c) 2017 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _DM_READ_H