mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] boot: show all boot sources
@ 2014-06-30 12:21 Rolf Evers-Fischer
  2014-07-01  6:54 ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Rolf Evers-Fischer @ 2014-06-30 12:21 UTC (permalink / raw)
  To: barebox

This patch fixes the presentation of all bootsources with 'boot -m' and
'boot -l' command.

Signed-off-by: Rolf Evers-Fischer <embedded24@evers-fischer.de>
---
 commands/boot.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/boot.c b/commands/boot.c
index c8eae10..1a1856d 100644
--- a/commands/boot.c
+++ b/commands/boot.c
@@ -433,12 +433,12 @@ static int do_boot(int argc, char *argv[])
        }

        if (do_list) {
-               bootsources_list(sources, num_sources);
+               bootsources_list(&argv[optind], argc - optind);
                goto out;
        }

        if (do_menu) {
-               bootsources_menu(sources, num_sources);
+               bootsources_menu(&argv[optind], argc - optind);
                goto out;
        }

--
1.7.4.4

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-02 10:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 12:21 [PATCH] boot: show all boot sources Rolf Evers-Fischer
2014-07-01  6:54 ` Sascha Hauer
2014-07-01 12:10   ` Rolf Evers-Fischer
2014-07-02  6:30     ` Sascha Hauer
2014-07-02 10:01       ` Rolf Evers-Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox