X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fcli.h;h=4c39b9e2b1f17420fb9129907eb4cd319a5349e1;hb=0f44d33536a50ef65259c322fa2d4a058585caf9;hp=6da7a4afdb1199dee24be9aa343c5a4a94b14c44;hpb=3e1b36bd584228b0a8070c8b63351aefda652523;p=people%2Fms%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 *