From: Simon Glass Date: Thu, 7 Jan 2021 04:35:12 +0000 (-0700) Subject: binman: Update the TODO list X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=397a770254781d1bc59b0f8730aec4b7f52d750d;p=u-boot.git binman: Update the TODO list Two of the items have been completed and I thought of another one. Update the list. Signed-off-by: Simon Glass --- diff --git a/tools/binman/README b/tools/binman/README index de1eedfc3f..a00c902616 100644 --- a/tools/binman/README +++ b/tools/binman/README @@ -1050,10 +1050,9 @@ Some ideas: - Allow easy building of images by specifying just the board name - Support building an image for a board (-b) more completely, with a configurable build directory -- Support adding FITs to an image -- Support for ARM Trusted Firmware (ATF) - Detect invalid properties in nodes - Sort the fdtmap by offset +- Output temporary files to a different directory -- Simon Glass