]> git.dujemihanovic.xyz Git - u-boot.git/commit
command: Include a required header in command.h
authorSimon Glass <sjg@chromium.org>
Wed, 27 Sep 2023 14:22:37 +0000 (08:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commitbe5951461c23111b343348401defd1d05227a75e
treedda7de1743f13acd2cb9d63c25223b36400d7860
parent14d9f63dcf88ab4e096496aa15898df1392aef0c
command: Include a required header in command.h

This uses ARRAY_SIZE() but does not include the header file which declares
it. Fix this, so that command.h can be included without common.h

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/bootm.c
include/command.h