]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/environment.h
armv8: ls1046a: enable PCI command tool
[people/ms/u-boot.git] / include / environment.h
index 1fdbdad882227cfad5d7cfa8cea1a75065e8ee70..6f94986c6b3e0fca6c4954ed83fb0f9cf148cc78 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _ENVIRONMENT_H_
 #define _ENVIRONMENT_H_
 
+#include <linux/kconfig.h>
+
 /**************************************************************************
  *
  * The "environment" is stored as a list of '\0' terminated
  * shifts the remaining entries to the front. Replacing an entry is a
  * combination of deleting the old value and adding the new one.
  *
- * The environment is preceeded by a 32 bit CRC over the data part.
+ * The environment is preceded by a 32 bit CRC over the data part.
  *
- **************************************************************************
- */
+ *************************************************************************/
 
 #if defined(CONFIG_ENV_IS_IN_FLASH)
 # ifndef       CONFIG_ENV_ADDR