Hi again! On Tue, 9 Sep 2014 16:40:06 +0200 Simon Kågström <simon.kagst...@netinsight.net> wrote:
> A 5 second timeout during boot might be too long, so make it > configurable. Run the loop at least once to let the user stop the boot > by holding a key pressed. > > The property is added to the chosen node, e.g., > > chosen { > bootargs = "console=ttyUL0 root=/dev/ram0"; > linux,stdout-path = "/plb@0/serial@46000000"; > linux,cmdline-timeout = <100>; > } ; > > Signed-off-by: Simon Kagstrom <simon.kagst...@netinsight.net> > --- > > ChangeLog: > > v2: > - Rename the property linux,cmdline-timeout (Grant Likely) > - Run the loop at least once to allow (Grant Likely) Sorry to bother the list, but it would be nice if this patch could trickle down into some tree if it's seen as acceptable. So consider this a ping :-) > arch/powerpc/boot/main.c | 11 ++++++++++- > arch/powerpc/boot/ops.h | 2 +- > arch/powerpc/boot/serial.c | 6 +++--- > 3 files changed, 14 insertions(+), 5 deletions(-) [...] Thanks, // Simon _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev