diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 3f652d8bbd..b5fea1c6dd 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -74,12 +74,16 @@
Multiple BSPs can reuse the same KMACHINE
name if they are built using the same BSP description.
- The "ep108-zynqmp" and "qemuzynqmp" BSP combination
- in the meta-xilinx
- layer is a good example of two BSPs using the same
- KMACHINE value (i.e. "zynqmp").
- See the BSP Descriptions section
- for more information.
+ Multiple Corei7-based BSPs could share the same "intel-corei7-64"
+ value for KMACHINE.
+ It is important to realize that KMACHINE is
+ just for kernel mapping, while
+ MACHINE
+ is the machine type within a BSP Layer.
+ Even with this distinction, however, these two variables can hold
+ the same value.
+ See the BSP Descriptions
+ section for more information.