]> Git Repo - J-u-boot.git/blobdiff - boot/bootm.c
Merge patch series "mtd: spi-nor: Remove recently added nor->addr_width == 3 test"
[J-u-boot.git] / boot / bootm.c
index a61bbcfb45c25df4693a1b1c447fc9e803bae206..16a43d519a8aa968c77e9a3903e579348f3feb25 100644 (file)
@@ -684,7 +684,7 @@ static int bootm_load_os(struct bootm_headers *images, int boot_progress)
 
                /* Handle BOOTM_STATE_LOADOS */
                if (relocated_addr != load) {
-                       printf("Moving Image from 0x%lx to 0x%lx, end=%lx\n",
+                       printf("Moving Image from 0x%lx to 0x%lx, end=0x%lx\n",
                               load, relocated_addr,
                               relocated_addr + image_size);
                        memmove((void *)relocated_addr, load_buf, image_size);
This page took 0.023835 seconds and 4 git commands to generate.