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:
e93da03
)
x86: Drop the message about features missing in 64-bit
author
Simon Glass
<sjg@chromium.org>
Sat, 15 Mar 2025 14:25:34 +0000
(14:25 +0000)
committer
Tom Rini
<trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000
(11:41 -0600)
This functions normally and has done for a while, so drop this scary
message.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/spl.c
patch
|
blob
|
history
diff --git
a/arch/x86/lib/spl.c
b/arch/x86/lib/spl.c
index
47cf9c8
..
0a6a761
100644
(file)
--- a/
arch/x86/lib/spl.c
+++ b/
arch/x86/lib/spl.c
@@
-281,7
+281,7
@@
void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image)
{
int ret;
-
printf("Jumping to 64-bit U-Boot: Note many features are missing
\n");
+
log_debug("Jumping to 64-bit U-Boot
\n");
ret = cpu_jump_to_64bit_uboot(spl_image->entry_point);
debug("ret=%d\n", ret);
hang();