]> Git Repo - J-u-boot.git/blobdiff - cmd/ini.c
Kconfig: fix a typo in the description of bmp command.
[J-u-boot.git] / cmd / ini.c
index 8656299447b6b6b35ba53b8ccb3cdbaf23e4ac73..0c425262d0e77df77d912f705d9d93c21c317b7c 100644 (file)
--- a/cmd/ini.c
+++ b/cmd/ini.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-3-Clause
 /*
  * inih -- simple .INI file parser
  *
@@ -6,15 +7,13 @@
  *              Joe Hershberger, National Instruments, [email protected]
  * All rights reserved.
  *
- * SPDX-License-Identifier:    BSD-3-Clause
- *
  * Go to the project home page for more info:
  * http://code.google.com/p/inih/
  */
 
 #include <common.h>
 #include <command.h>
-#include <environment.h>
+#include <env.h>
 #include <linux/ctype.h>
 #include <linux/string.h>
 
This page took 0.037371 seconds and 4 git commands to generate.