Docs: Add make bootimage command
Bug: 28955057
Change-Id: I6961f94d206fc7bc8bf72c79d5d534adc5d62c39
diff --git a/src/source/devices.jd b/src/source/devices.jd
index b2fe0e3..ae79adf 100644
--- a/src/source/devices.jd
+++ b/src/source/devices.jd
@@ -130,13 +130,18 @@
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -j24</code></pre></li>
<li>Copy output to the hikey kernel directory
(<code>/kernel/hikey-linaro</code>):
-<ul>
+<ol>
<li>Copy hi6220-hikey.dtb
(<code>arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb</code>) to the
hikey-kernel directory.</li>
<li>Copy the Image file <code>(arch/arm64/boot/Image-dtb</code>) to the
-hikey-kernel directory.</li>
-</ul>
+hikey-kernel directory.
+<li>Make the boot image:
+<pre>
+$ make bootimage -j24
+</pre>
+</li>
+</ol>
</li>
</ol>