mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01:00
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>
This commit is contained in:
parent
b238143db9
commit
68de0679c9
@ -48,6 +48,7 @@
|
|||||||
entry = <0x44000>;
|
entry = <0x44000>;
|
||||||
#endif
|
#endif
|
||||||
atf-bl31 {
|
atf-bl31 {
|
||||||
|
missing-msg = "atf-bl31-sunxi";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -9,3 +9,7 @@
|
|||||||
atf-bl31:
|
atf-bl31:
|
||||||
See the documentation for your board. You may need to build ARM Trusted
|
See the documentation for your board. You may need to build ARM Trusted
|
||||||
Firmware and build with BL31=/path/to/bl31.bin
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user