projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd5d9d
)
Fixed common.h spelling error.
author
Wolfgang Denk
<wd@fifi.denx.de>
Mon, 14 Aug 2006 21:17:47 +0000
(23:17 +0200)
committer
Wolfgang Denk
<wd@fifi.denx.de>
Mon, 14 Aug 2006 21:17:47 +0000
(23:17 +0200)
Patch by Cory Tusar, 30 Nov 2005
CHANGELOG
patch
|
blob
|
history
include/common.h
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
2ddc67d
..
206c441
100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-2,6
+2,9
@@
Changes since U-Boot 1.1.4:
======================================================================
+* Fixed common.h spelling error.
+ Patch by Cory Tusar, 30 Nov 2005
+
* Fix typo.
Patch by Andreas Engel, 28 Nov 2005
diff --git
a/include/common.h
b/include/common.h
index
bd41ae1
..
9a19001
100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-603,7
+603,7
@@
void show_boot_progress (int status);
#endif
#ifdef CONFIG_INIT_CRITICAL
-#error CONFIG_INIT_CRITICAL is depr
ac
ted!
+#error CONFIG_INIT_CRITICAL is depr
eca
ted!
#error Read section CONFIG_SKIP_LOWLEVEL_INIT in README.
#endif