projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c398d
)
common/cmd_elf.c: add missing include
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:57:51 +0000
(22:57 +0200)
committer
Tom Rini
<trini@ti.com>
Sat, 25 Oct 2014 19:27:15 +0000
(15:27 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
[trini: bootm.h must come after common.h]
Signed-off-by: Tom Rini <trini@ti.com>
common/cmd_elf.c
patch
|
blob
|
history
diff --git
a/common/cmd_elf.c
b/common/cmd_elf.c
index 2f229d739ac9c0e668735168f664e1a547c85f09..42a52965c2722282c36e6ebeaa0049c8c21b4c9f 100644
(file)
--- a/
common/cmd_elf.c
+++ b/
common/cmd_elf.c
@@
-14,6
+14,7
@@
*/
#include <common.h>
+#include <bootm.h>
#include <command.h>
#include <linux/ctype.h>
#include <net.h>