X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcli.h;h=4c39b9e2b1f17420fb9129907eb4cd319a5349e1;hb=9c067c873fcfe62affb5009c3a227d44c75938d5;hp=6da7a4afdb1199dee24be9aa343c5a4a94b14c44;hpb=7bee1c91a94db19bd26f92cc67be35d3592c6429;p=u-boot 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 *