[PATCH 02/15] cmd: host: Mandate the filename parameter in the 'bind' command

Simon Glass sjg at chromium.org
Mon Oct 2 03:17:23 CEST 2023


On Tue, 26 Sept 2023 at 02:46, Bin Meng <bmeng at tinylab.org> wrote:
>
> At present the host bind command does not require filename to be
> provided. When it is not given NULL is passed to the host device
> driver, which ends up failure afterwards.
>
> Change to mandate the filename so that it is useful.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
> ---
>
>  cmd/host.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list