]> Git Repo - J-u-boot.git/blobdiff - common/log.c
Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
[J-u-boot.git] / common / log.c
index 6f02a25c5931950582aa9f0d83f8bbabc6363d38..b2de57fcb3b8763204b49611d3c7b1ee4a81045b 100644 (file)
@@ -437,7 +437,7 @@ int log_init(void)
        /*
         * We cannot add runtime data to the driver since it is likely stored
         * in rodata. Instead, set up a 'device' corresponding to each driver.
-        * We only support having a single device.
+        * We only support having a single device for each driver.
         */
        INIT_LIST_HEAD((struct list_head *)&gd->log_head);
        while (drv < end) {
This page took 0.025331 seconds and 4 git commands to generate.