mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 21:11:18 +02:00
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 <sjg@chromium.org>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#ifndef __BCB_H__
|
#ifndef __BCB_H__
|
||||||
#define __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);
|
int bcb_write_reboot_reason(int devnum, char *partp, const char *reasonp);
|
||||||
#else
|
#else
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
Reference in New Issue
Block a user