diff options
author | Jonas Karlman <jonas@kwiboo.se> | 2023-07-18 20:34:34 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-08-02 12:05:57 -0600 |
commit | 321f256c9b5695f75e9a76c2c2adfa9ebf8ee4fa (patch) | |
tree | 831c4050519990f9d6934683e6bc86b6fac1fd23 | |
parent | 43176ed86d9f120efb3e86084d83a714bf076d29 (diff) |
binman: Update tee-os missing blob help text
Make it a little bit more clear that it is U-Boot that should be built
with TEE=/path/to/tee.bin and not OP-TEE itself.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | tools/binman/missing-blob-help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index f013367ac36..ab0023eb9fb 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -43,7 +43,7 @@ for the external TPL binary is https://github.com/rockchip-linux/rkbin. tee-os: See the documentation for your board. You may need to build Open Portable -Trusted Execution Environment (OP-TEE) with TEE=/path/to/tee.bin +Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin opensbi: See the documentation for your board. The OpenSBI git repo is at |