diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/i2c.c | 1 | ||||
| -rw-r--r-- | cmd/nvedit.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmd/i2c.c b/cmd/i2c.c index 038f97c261b..43a76299b3c 100644 --- a/cmd/i2c.c +++ b/cmd/i2c.c @@ -76,6 +76,7 @@ #include <malloc.h> #include <asm/byteorder.h> #include <linux/compiler.h> +#include <u-boot/crc.h> /* Display values from last command. * Memory modify remembered values are different from display memory. diff --git a/cmd/nvedit.c b/cmd/nvedit.c index 99a3bc57b15..b5da3759133 100644 --- a/cmd/nvedit.c +++ b/cmd/nvedit.c @@ -33,6 +33,7 @@ #include <errno.h> #include <malloc.h> #include <mapmem.h> +#include <u-boot/crc.h> #include <watchdog.h> #include <linux/stddef.h> #include <asm/byteorder.h> |
