diff options
author | Simon Glass | 2020-09-06 10:39:10 -0600 |
---|---|---|
committer | Simon Glass | 2020-09-22 12:54:13 -0600 |
commit | 68de0679c940276b97c31b809168052f9d905505 (patch) | |
tree | 3985efdb89bc59016f29518a9f9e245dcefe0186 /tools/binman | |
parent | b238143db92e6f3b1749ffdb346e90aa1a95454a (diff) |
binman: sunxi: Add help message for missing sunxi ATF BL31
Add a special help message pointing to the relevant README.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r-- | tools/binman/missing-blob-help | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index 3de195c23c8..7cf1c346101 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -9,3 +9,7 @@ atf-bl31: See the documentation for your board. You may need to build ARM Trusted Firmware and build with BL31=/path/to/bl31.bin + +atf-bl31-sunxi: +Please read the section on ARM Trusted Firmware (ATF) in +board/sunxi/README.sunxi64 |