summaryrefslogtreecommitdiff
path: root/docs/platform/shakti_cclass.md
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-10-14 14:13:34 +0300
committerAnup Patel <anup@brainfault.org>2020-10-18 07:59:59 +0300
commit9c07c513aa9b2df64a971432e8dae3338a8e22ab (patch)
tree1b3aedf8cfd58fc6cd5f9f41ea2530b4fdee76b0 /docs/platform/shakti_cclass.md
parent6ca096977d723f3ac50291d668719bd938a85544 (diff)
downloadopensbi-9c07c513aa9b2df64a971432e8dae3338a8e22ab.tar.xz
firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
The FW_PAYLOAD_FDT_PATH compile-time option is replaced by FW_FDT_PATH compile-time option which is more flexible and common across all OpenSBI firmwares. This patch removes FW_PAYLOAD_FDT_PATH and updates related documentation to use FW_FDT_PATH. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs/platform/shakti_cclass.md')
-rw-r--r--docs/platform/shakti_cclass.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/shakti_cclass.md b/docs/platform/shakti_cclass.md
index 2f4a699..05c9b3a 100644
--- a/docs/platform/shakti_cclass.md
+++ b/docs/platform/shakti_cclass.md
@@ -23,11 +23,11 @@ Building Shakti C-class Platform
**Linux Kernel Payload**
```
-make PLATFORM=generic FW_PAYLOAD_PATH=<linux_build_directory>/arch/riscv/boot/Image FW_PAYLOAD_FDT_PATH=<shakti.dtb path>
+make PLATFORM=generic FW_PAYLOAD_PATH=<linux_build_directory>/arch/riscv/boot/Image FW_FDT_PATH=<shakti.dtb path>
```
**Test Payload**
```
-make PLATFORM=generic FW_PAYLOAD_FDT_PATH=<shakti.dtb path>
+make PLATFORM=generic FW_FDT_PATH=<shakti.dtb path>
```