[PATCH] Documentation: booting-linux: Fix wrong variable name
Sascha Hauer
s.hauer at pengutronix.de
Wed Mar 18 01:52:01 PDT 2015
All variables starting with global.linux.bootargs. are concatemated
to bootargs, not global.bootargs. .
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
Documentation/user/booting-linux.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst
index 3a8da11..5ef1254 100644
--- a/Documentation/user/booting-linux.rst
+++ b/Documentation/user/booting-linux.rst
@@ -60,7 +60,7 @@ are to ways to pass bootargs to the Kernel. With ``CONFIG_FLEXIBLE_BOOTARGS``
disabled the bootm command takes the bootargs from the ``bootargs`` environment
variable. With ``CONFIG_FLEXIBLE_BOOTARGS`` enabled the bootargs are composed
from different :ref:`global_device` variables. All variables beginning with
-``global.bootargs.`` will be concatenated to the bootargs:
+``global.linux.bootargs.`` will be concatenated to the bootargs:
.. code-block:: sh
--
2.1.4
More information about the barebox
mailing list