diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index be112e0faf..6d9779f6e7 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1426,7 +1426,7 @@ Only a single U-boot boot script can be added to the FIT image created by | |||
1426 | The boot script is specified in the ITS file as a text file containing | 1426 | The boot script is specified in the ITS file as a text file containing |
1427 | U-boot commands. When using a boot script the user should configure the | 1427 | U-boot commands. When using a boot script the user should configure the |
1428 | U-boot ``do_install`` task to copy the script to sysroot. | 1428 | U-boot ``do_install`` task to copy the script to sysroot. |
1429 | So the script can be included in the the FIT image by the ``kernel-fitimage`` | 1429 | So the script can be included in the FIT image by the ``kernel-fitimage`` |
1430 | class. At run-time, U-boot CONFIG_BOOTCOMMAND define can be configured to | 1430 | class. At run-time, U-boot CONFIG_BOOTCOMMAND define can be configured to |
1431 | load the boot script from the FIT image and executes it. | 1431 | load the boot script from the FIT image and executes it. |
1432 | 1432 | ||