Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-02-13 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
> On Wednesday 25 January 2012 22:28:17 Marek Vasut wrote: > > > On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: > > > > > On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: > > > > > > > * if defined run env "premonitor" before Main Loop for Monitor > > > > > > > Processing > > >

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 22:28:17 Marek Vasut wrote: > > On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: > > > > On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: > > > > > > * if defined run env "premonitor" before Main Loop for Monitor > > > > > > Processing > > > > > > > >

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
> On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: > > > On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: > > > > > * if defined run env "premonitor" before Main Loop for Monitor > > > > > Processing > > > > > > > > What is this good for? > > > > > > before running monitor loop

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: > > On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: > > > > * if defined run env "premonitor" before Main Loop for Monitor > > > > Processing > > > > > > What is this good for? > > > > before running monitor loop I'd like write som

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
> On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: > > > * if defined run env "premonitor" before Main Loop for Monitor > > > Processing > > > > What is this good for? > > before running monitor loop I'd like write some info to console (specific > board info, board commands, board macro

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: > > * if defined run env "premonitor" before Main Loop for Monitor Processing > > What is this good for? > before running monitor loop I'd like write some info to console (specific board info, board commands, board macros). but if these inf

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
> * if defined run env "premonitor" before Main Loop for Monitor Processing What is this good for? > > Signed-off-by: Pali Rohár > --- > Changes since original version: >- removed #ifdef CONFIG_PREMONITOR in main.c > > common/env_common.c |3 +++ > common/main.c |4 > 2

[U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-24 Thread Pali Rohár
* if defined run env "premonitor" before Main Loop for Monitor Processing Signed-off-by: Pali Rohár --- Changes since original version: - removed #ifdef CONFIG_PREMONITOR in main.c common/env_common.c |3 +++ common/main.c |4 2 files changed, 7 insertions(+), 0 deletions