]> Git Repo - J-u-boot.git/blobdiff - cmd/misc.c
cmd: printf: add helper functions from busybox
[J-u-boot.git] / cmd / misc.c
index 653deed7f576b3ce072071f5d4cb2fbb8ad83d82..ef540e836f2deb2918aeda8bdf51bc4110e142e5 100644 (file)
@@ -34,7 +34,7 @@ static int do_misc_list(struct cmd_tbl *cmdtp, int flag,
        for (uclass_first_device(UCLASS_MISC, &dev);
             dev;
             uclass_next_device(&dev)) {
-               printf("%-20s %5d %10s\n", dev->name, dev->seq,
+               printf("%-20s %5d %10s\n", dev->name, dev_seq(dev),
                       dev->driver->name);
        }
 
This page took 0.025102 seconds and 4 git commands to generate.