]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/cli.h
tpm: Move the I2C TPM code into one file
[karo-tx-uboot.git] / include / cli.h
index 6da7a4afdb1199dee24be9aa343c5a4a94b14c44..4c39b9e2b1f17420fb9129907eb4cd319a5349e1 100644 (file)
@@ -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
  *