diff options
| author | Bin Meng <[email protected]> | 2021-07-03 23:09:29 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2021-07-06 10:50:44 +0530 |
| commit | 197e08941bd394b6b88ad07c5a3adfe67f5b3b10 (patch) | |
| tree | f37c45923661a1f7d300875518db3f5402a8e045 /docs | |
| parent | b7f2cd268b639c19f3aae09e57e60d3eb2ac2ed0 (diff) | |
docs/platform: thead-c9xx: Remove FW_PIC=y
FW_PIC is on by default. Hence no need to explicitly require it.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/platform/thead-c9xx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/thead-c9xx.md b/docs/platform/thead-c9xx.md index 8f1021aa..c0daeb70 100644 --- a/docs/platform/thead-c9xx.md +++ b/docs/platform/thead-c9xx.md @@ -16,7 +16,7 @@ The *T-HEAD C9xx* does not have any platform-specific compile options because it use generic platform. ``` -CROSS_COMPILE=riscv64-linux-gnu- PLATFORM=generic FW_PIC=y /usr/bin/make +CROSS_COMPILE=riscv64-linux-gnu- PLATFORM=generic /usr/bin/make ``` The *T-HEAD C9xx* DTB provided to OpenSBI generic firmwares will usually have |
