]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
x86: Drop message about features being missing with 64-bit
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:14 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
At this point most things work, including booting a distro, so drop
this message.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/spl.c
doc/board/emulation/qemu-x86.rst

index c15f11f8cdf44209058ae35235589a1cb95093ac..4e4cf18dec5cad47a6619a088d61980f0a91e67f 100644 (file)
@@ -283,7 +283,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");
+       printf("Jumping to 64-bit U-Boot\n");
        ret = cpu_jump_to_64bit_uboot(spl_image->entry_point);
        debug("ret=%d\n", ret);
        hang();
index c604e42990ed3757ecd99d377a5accc74559d262..4eeba46ba7a959a7331a22c662947e29d9cbeb2d 100644 (file)
@@ -134,7 +134,7 @@ The output will be something like this::
 
    U-Boot SPL 2023.07 (Jul 23 2023 - 08:00:12 -0600)
    Trying to boot from SPI
-   Jumping to 64-bit U-Boot: Note many features are missing
+   Jumping to 64-bit U-Boot
 
 
    U-Boot 2023.07 (Jul 23 2023 - 08:00:12 -0600)