diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-18 20:20:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-18 20:20:43 -0600 |
commit | 8f96998f4a23b5d4bc87204b4622152d00e80f98 (patch) | |
tree | 313e5c32e3d02d3cf1904875b1655140973126e9 /cmd/sha1sum.c | |
parent | 3be9f399e911cfc437a37ac826441f1d96da1c9b (diff) | |
download | u-boot-WIP/18May2024.zip u-boot-WIP/18May2024.tar.gz u-boot-WIP/18May2024.tar.bz2 |
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""WIP/18May2024
This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.
Diffstat (limited to 'cmd/sha1sum.c')
-rw-r--r-- | cmd/sha1sum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sha1sum.c b/cmd/sha1sum.c index 52aa26c..bcc665a 100644 --- a/cmd/sha1sum.c +++ b/cmd/sha1sum.c @@ -7,6 +7,7 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ +#include <common.h> #include <command.h> #include <hash.h> #include <u-boot/sha1.h> |