[PATCH 16/19] command: Fix operation of !CONFIG_CMDLINE
Simon Glass
sjg at chromium.org
Sat Mar 27 04:17:41 CET 2021
The U_BOOT_CMDREP_COMPLETE() macro produces a build error if CONFIG_CMDLINE
is not enabled. Fix this by updating the macro to provide the 'repeatable'
arugment in this case.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/command.h | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list