commit | 7945077f7934fff2b9a5fba2860fe330e86093f1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 23 21:09:48 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 05 09:21:44 2021 -0700 |
tree | aab3795cf865edbb9808905c41f2df5ea457e16d | |
parent | d5b6e91ba2cac6cb0a2f7437fdbbe792d1acb387 [diff] |
binman: Allow providing tools and blob directories At present it is necessary to symlink files containing external blobs into the U-Boot tree in order for binman to find them. This is not very convenient. Add two new environment/Makefile variables to help with this. Add documentation as well, fixing a related nit. Signed-off-by: Simon Glass <sjg@chromium.org>