]> git.baikalelectronics.ru Git - uboot.git/commit
command: Fix operation of !CONFIG_CMDLINE
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:11:21 +0000 (18:11 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
commit2b617c5212f6c2c07a5bb3fa08147e33d265ca18
treea3b7661f70eeec5b8299e7676e79c9d06c3ed136
parentc6f72fea27013146787e33042963c10e00cbf887
command: Fix operation of !CONFIG_CMDLINE

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@chromium.org>
include/command.h