arm: stm32mp: improve the error message for smc
[oweals/u-boot.git] / env / nvram.c
index df1b37913d57d8f0a03edbd6cb5ac97e75aa6676..a78db21623637299d7a9b6deea59779046b444f6 100644 (file)
 
 #include <common.h>
 #include <command.h>
-#include <environment.h>
+#include <env.h>
+#include <env_internal.h>
 #include <linux/stddef.h>
 #include <search.h>
 #include <errno.h>
+#include <u-boot/crc.h>
 
 DECLARE_GLOBAL_DATA_PTR;