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:
71e3e21
)
Correct SPL use of CMD_BOOTI
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:36:23 +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_BOOTI defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootm.c
patch
|
blob
|
history
diff --git
a/boot/bootm.c
b/boot/bootm.c
index
15fce8a
..
e6715ae
100644
(file)
--- a/
boot/bootm.c
+++ b/
boot/bootm.c
@@
-226,7
+226,7
@@
static int bootm_find_os(struct cmd_tbl *cmdtp, int flag, int argc,
}
if (images.os.type == IH_TYPE_KERNEL_NOLOAD) {
- if (
CONFIG_IS_ENABLED(
CMD_BOOTI) &&
+ if (
IS_ENABLED(CONFIG_
CMD_BOOTI) &&
images.os.arch == IH_ARCH_ARM64) {
ulong image_addr;
ulong image_size;