diff options
| author | Stefano Babic <sbabic@denx.de> | 2015-07-17 11:22:56 +0200 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2015-07-17 11:22:56 +0200 |
| commit | f448c5d3200372fa73f340144d013fdecf4e2f1f (patch) | |
| tree | b17b66f67a22b553f66bcb22e69d62cb2a5bbe7e /common/cmd_cpu.c | |
| parent | 425640256a7c5e9259f7583ee4eca1f3b70f8032 (diff) | |
| parent | 605e15db2b54302364a2528d3c6604fbc57be846 (diff) | |
| download | u-boot-f448c5d3200372fa73f340144d013fdecf4e2f1f.tar.gz u-boot-f448c5d3200372fa73f340144d013fdecf4e2f1f.tar.xz u-boot-f448c5d3200372fa73f340144d013fdecf4e2f1f.zip | |
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'common/cmd_cpu.c')
| -rw-r--r-- | common/cmd_cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_cpu.c b/common/cmd_cpu.c index c3e229f00a..b4af64f54f 100644 --- a/common/cmd_cpu.c +++ b/common/cmd_cpu.c @@ -9,6 +9,7 @@ #include <command.h> #include <cpu.h> #include <dm.h> +#include <errno.h> static const char *cpu_feature_name[CPU_FEAT_COUNT] = { "L1 cache", |
