From: Masahiro Yamada Date: Tue, 10 Jun 2014 07:36:14 +0000 (+0900) Subject: kbuild: fix a typo in a kbuild document X-Git-Tag: v4.9.8~6126^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c14105628b2e2eee04b2d6950e068eeddf49f2f1;p=platform%2Fkernel%2Flinux-rpi3.git kbuild: fix a typo in a kbuild document Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index d567a7c..c600e2f 100644 --- 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 flattened 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().