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 <s...@chromium.org> --- include/command.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) Applied to u-boot-dm/next, thanks!