git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8bffe6
)
Correct SPL use of CMD_BCB
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:36:21 +0000
(15:36 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000
(16:32 -0500)
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>
include/bcb.h
patch
|
blob
|
history
diff --git
a/include/bcb.h
b/include/bcb.h
index
897e83d
..
5edb17a
100644
(file)
--- 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 <linux/errno.h>