X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fcli.h;h=4c39b9e2b1f17420fb9129907eb4cd319a5349e1;hb=f1a88cf6af6c474bcf53f8f2f32aea3af5419e7a;hp=6da7a4afdb1199dee24be9aa343c5a4a94b14c44;hpb=5ddc329341a9a143f0567494e5f874008b22e1a7;p=oweals%2Fu-boot.git diff --git a/include/cli.h b/include/cli.h index 6da7a4afdb..4c39b9e2b1 100644 --- a/include/cli.h +++ b/include/cli.h @@ -108,7 +108,7 @@ int cli_readline_into_buffer(const char *const prompt, char *buffer, */ int cli_simple_parse_line(char *line, char *argv[]); -#ifdef CONFIG_OF_CONTROL +#if CONFIG_IS_ENABLED(OF_CONTROL) /** * cli_process_fdt() - process the boot command from the FDT *