projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf1356
)
kbuild: fix a typo in a kbuild document
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 10 Jun 2014 07:36:14 +0000
(16:36 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 18 Jun 2014 19:38:18 +0000
(21:38 +0200)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/kbuild/makefiles.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/kbuild/makefiles.txt
b/Documentation/kbuild/makefiles.txt
index d567a7cc552b670644e31b7bb6f7641012483602..c600e2f44a623857f86f88eb8a021e68bda30456 100644
(file)
--- a/
Documentation/kbuild/makefiles.txt
+++ b/
Documentation/kbuild/makefiles.txt
@@
-1171,7
+1171,7
@@
When kbuild executes, the following steps are followed (roughly):
obvious reason.
dtc
- Create flattend device tree blob object suitable for linking
+ Create flatten
e
d device tree blob object suitable for linking
into vmlinux. Device tree blobs linked into vmlinux are placed
in an init section in the image. Platform code *must* copy the
blob to non-init memory prior to calling unflatten_device_tree().