Skip to content

Commit 06356b4

Browse files
authored
Merge pull request #35 from r-vignesh/dev
fix(fitImage): Correct the path of keys folder in U-Boot src
2 parents 48459ff + b42a171 commit 06356b4

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)