From: Simon Glass Date: Sun, 5 Feb 2023 22:36:21 +0000 (-0700) Subject: Correct SPL use of CMD_BCB X-Git-Tag: baikal/mips/sdk5.8.2~5^2~53^2~107 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=6fa334b005011a2027b57b1bcd240b1f27b205f0;p=uboot.git Correct SPL use of CMD_BCB This converts 1 usage of this option to the non-SPL form, since there is no SPL_CMD_BCB defined in Kconfig Signed-off-by: Simon Glass --- diff --git a/include/bcb.h b/include/bcb.h index 897e83d371..5edb17aa47 100644 --- a/include/bcb.h +++ b/include/bcb.h @@ -8,7 +8,7 @@ #ifndef __BCB_H__ #define __BCB_H__ -#if CONFIG_IS_ENABLED(CMD_BCB) +#if IS_ENABLED(CONFIG_CMD_BCB) int bcb_write_reboot_reason(int devnum, char *partp, const char *reasonp); #else #include