summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index b80354a05b..37b052427e 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1266,7 +1266,7 @@ located in the layer ``poky/meta-yocto-bsp/conf/machine`` and is named
1266 EXTRA_IMAGEDEPENDS += "u-boot" 1266 EXTRA_IMAGEDEPENDS += "u-boot"
1267 1267
1268 DEFAULTTUNE ?= "cortexa8hf-neon" 1268 DEFAULTTUNE ?= "cortexa8hf-neon"
1269 include conf/machine/include/tune-cortexa8.inc 1269 include conf/machine/include/arm/armv7a/tune-cortexa8.inc
1270 1270
1271 IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" 1271 IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap"
1272 EXTRA_IMAGECMD:jffs2 = "-lnp " 1272 EXTRA_IMAGECMD:jffs2 = "-lnp "
@@ -1344,7 +1344,7 @@ Project Reference Manual.
1344 .. note:: 1344 .. note::
1345 1345
1346 The include statement that pulls in the 1346 The include statement that pulls in the
1347 ``conf/machine/include/tune-cortexa8.inc`` file provides many tuning 1347 ``conf/machine/include/arm/tune-cortexa8.inc`` file provides many tuning
1348 possibilities. 1348 possibilities.
1349 1349
1350- :term:`IMAGE_FSTYPES`: The 1350- :term:`IMAGE_FSTYPES`: The