projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move console definitions into a new console.h file
[J-u-boot.git]
/
board
/
esd
/
pmc440
/
cmd_pmc440.c
diff --git
a/board/esd/pmc440/cmd_pmc440.c
b/board/esd/pmc440/cmd_pmc440.c
index 40b135f2ba0e15ee1fe267cd89e6d88f7bdf6de9..b7cd595362c3c25f7f26b9c43e579ea30fd0acc6 100644
(file)
--- a/
board/esd/pmc440/cmd_pmc440.c
+++ b/
board/esd/pmc440/cmd_pmc440.c
@@
-6,6
+6,7
@@
*/
#include <common.h>
#include <command.h>
+#include <console.h>
#include <asm/io.h>
#include <asm/cache.h>
#include <asm/processor.h>
This page took
0.026697 seconds
and
4
git commands to generate.