diff --git a/docs/variants/asrock_spc741d8/building-manual.md b/docs/variants/asrock_spc741d8/building-manual.md index bf7208c859..faab610f81 100644 --- a/docs/variants/asrock_spc741d8/building-manual.md +++ b/docs/variants/asrock_spc741d8/building-manual.md @@ -29,7 +29,7 @@ then follow the steps below: ```bash cd coreboot - git checkout asrock_spc741d8_ + git checkout asrock_spc741d8_VERSION_TAG ``` For example @@ -45,4 +45,4 @@ then follow the steps below: ``` The resulting coreboot image will be placed in the coreboot directory as - `asrock_spc741d8_.rom`. + `asrock_spc741d8_VERSION_TAG.rom`. diff --git a/docs/variants/gigabyte_mz33-ar1/building-manual.md b/docs/variants/gigabyte_mz33-ar1/building-manual.md index e5edbe7752..44b9fee572 100644 --- a/docs/variants/gigabyte_mz33-ar1/building-manual.md +++ b/docs/variants/gigabyte_mz33-ar1/building-manual.md @@ -29,7 +29,7 @@ then follow the steps below: ```bash cd coreboot - git checkout gigabyte_mz33_ar1_ + git checkout gigabyte_mz33_ar1_VERSION_TAG ``` For example @@ -45,4 +45,4 @@ then follow the steps below: ``` The resulting coreboot image will be placed in the coreboot directory as - `gigabyte_mz33_ar1_.rom`. + `gigabyte_mz33_ar1_VERSION_TAG.rom`. diff --git a/docs/variants/hardkernel_odroid_h4/building-manual.md b/docs/variants/hardkernel_odroid_h4/building-manual.md index 70f8e4e895..7aa4b0383a 100644 --- a/docs/variants/hardkernel_odroid_h4/building-manual.md +++ b/docs/variants/hardkernel_odroid_h4/building-manual.md @@ -27,7 +27,7 @@ then follow the steps below: ```bash cd coreboot - git checkout hardkernel_odroid_h4_ + git checkout hardkernel_odroid_h4_VERSION_TAG ``` For example @@ -49,7 +49,7 @@ then follow the steps below: ``` The resulting coreboot image will be placed in the coreboot directory as - `hardkernel_odroid_h4_.rom`. + `hardkernel_odroid_h4_VERSION_TAG.rom`. ## Building Slim Bootloader @@ -66,8 +66,8 @@ then follow the steps below: 1. To build a specific version, checkout to the version's tag. Skip this step otherwise. - ```bash - git checkout hardkernel_odroid_h4_ + ```text + git checkout hardkernel_odroid_h4_VERSION_TAG ``` For example