Skip to content

Commit b42a171

Browse files
committed
fix(fitImage): Correct the path of keys folder in U-Boot src
keys directory is now located in arch/arm/mach-k3/. Fix the doc accordingly. Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent 48459ff commit b42a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/linux/Foundational_Components/Kernel/_Users_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ built during the initial u-boot build.
629629

630630
.. code-block:: console
631631
632-
mkimage -r -f fitImage.its -k $UBOOT_PATH/board/ti/keys -K $UBOOT_PATH/build/$ARMV8/dts/dt.dtb fitImage
632+
mkimage -r -f fitImage.its -k $UBOOT_PATH/arch/arm/mach-k3/keys -K $UBOOT_PATH/build/$ARMV8/dts/dt.dtb fitImage
633633
634634
.. note::
635635

0 commit comments

Comments
 (0)