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:
4277f4d
)
lib_arm/board.c: remove misleading "test-only" comment.
author
Wolfgang Denk
<wd@denx.de>
Sun, 26 Apr 2009 18:39:26 +0000
(20:39 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 26 Apr 2009 18:39:26 +0000
(20:39 +0200)
For a long time, the print_cpuinfo() declaration in lib_arm/board.c
had been marked as "test-only", which is plain wrong considering
current usage. Delete this misleading comment.
Signed-off-by: Wolfgang Denk <wd@denx.de>
lib_arm/board.c
patch
|
blob
|
history
diff --git
a/lib_arm/board.c
b/lib_arm/board.c
index 6847ea823965c9147b7329a5b13b1878a4360391..5d05d9b9279b96a2df848dd264c7ede4c9f62075 100644
(file)
--- a/
lib_arm/board.c
+++ b/
lib_arm/board.c
@@
-258,7
+258,7
@@
static int arm_pci_init(void)
*/
typedef int (init_fnc_t) (void);
-int print_cpuinfo (void);
/* test-only */
+int print_cpuinfo (void);
init_fnc_t *init_sequence[] = {
cpu_init, /* basic cpu dependent setup */