diff --git a/docs/variants/asus_kgpe_d16/building-manual.md b/docs/variants/asus_kgpe_d16/building-manual.md index ab2fcb7312..ec70e354fd 100644 --- a/docs/variants/asus_kgpe_d16/building-manual.md +++ b/docs/variants/asus_kgpe_d16/building-manual.md @@ -29,9 +29,9 @@ To build coreboot image, follow the steps below: 4. Inside of the container, configure and start the build process: ```bash - (docker)cp configs/config.asus_kgpe_d16_ .config - (docker)make olddefconfig - (docker)make + cp configs/config.asus_kgpe_d16_ .config + make olddefconfig + make ``` This will produce a debug binary placed in `build/coreboot.rom` for a 2MB flash diff --git a/docs/variants/talos_2/building-manual.md b/docs/variants/talos_2/building-manual.md index 35b66a9ad3..9aed5dd5ca 100644 --- a/docs/variants/talos_2/building-manual.md +++ b/docs/variants/talos_2/building-manual.md @@ -30,9 +30,9 @@ To build coreboot image, follow the steps below: 1. Inside of the container, configure and start the build process: ```bash - (docker)cp configs/config.raptor-cs-talos-2 .config - (docker)make olddefconfig - (docker)make + cp configs/config.raptor-cs-talos-2 .config + make olddefconfig + make ``` ## Building heads