diff options
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r-- | docs/user-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 435a903b..3337f88d 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -495,7 +495,7 @@ Create a Firmware package that contains existing BL2 and BL31 images: # fip_create --help to print usage information # fip_create <fip_name> <images to add> [--dump to show result] ./tools/fip_create/fip_create fip.bin --dump \ - --bl2 build/<platform>/debug/bl2.bin --bl31 build/<platform>/debug/bl31.bin + --tb-fw build/<platform>/debug/bl2.bin --soc-fw build/<platform>/debug/bl31.bin Firmware Image Package ToC: --------------------------- @@ -520,7 +520,7 @@ Existing package entries can be individually updated: # Change the BL2 from Debug to Release version ./tools/fip_create/fip_create fip.bin --dump \ - --bl2 build/<platform>/release/bl2.bin + --tb-fw build/<platform>/release/bl2.bin Firmware Image Package ToC: --------------------------- |