diff options
Diffstat (limited to 'docs/plat')
-rw-r--r-- | docs/plat/socionext-uniphier.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/plat/socionext-uniphier.md b/docs/plat/socionext-uniphier.md index 75e654524..91d72ec06 100644 --- a/docs/plat/socionext-uniphier.md +++ b/docs/plat/socionext-uniphier.md @@ -121,3 +121,10 @@ To enable BL32, add the following option to the build command: ``` SPD=<spd> BL32=<path-to-BL32> ``` + +If you use TSP for BL32, `BL32=<path-to-BL32>` is not required. Just add the +following: + +``` + SPD=tspd +``` |