[PATCH 01/19] commands: group 'help' output
Sascha Hauer
s.hauer at pengutronix.de
Tue May 13 06:48:40 PDT 2014
On Tue, May 13, 2014 at 10:28:41AM +0200, Holger Schurig wrote:
> The old output of "help" was just producing a long list, that usually
> scrolled of the screen (even on a X11 terminal). This list is more
> compact, and also sorted by groups.
>
> The old output format (plus grouping) is now available with 'help -v'.
>
[...]
> diff --git a/drivers/of/base.c b/drivers/of/base.c
> index c440a69..cdeebc0 100644
> --- a/drivers/of/base.c
> +++ b/drivers/of/base.c
> @@ -1713,8 +1713,10 @@ int of_add_memory(struct device_node *node, bool dump)
> continue;
> }
>
> +#if 0
> of_add_memory_bank(node, dump, n,
> res.start, resource_size(&res));
> +#endif
> n++;
> }
This got in here accidently.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list