Re: [U-Boot] [PATCH 3/3] OMAP3: overo : Add environment variable optargs to bootargs

2011-10-11 Thread Steve Sakoman
On Tue, Oct 11, 2011 at 2:23 PM, Philip Balister wrote: > This allows the user can easily add extra kernel arguments. Very helpful > for reserving memory for the DSP without rewriting the entire kernel > argument line. > > Signed-off-by: Philip Balister Tested-by: Steve Sakoman

[U-Boot] [PATCH 3/3] OMAP3: overo : Add environment variable optargs to bootargs

2011-10-11 Thread Philip Balister
This allows the user can easily add extra kernel arguments. Very helpful for reserving memory for the DSP without rewriting the entire kernel argument line. Signed-off-by: Philip Balister --- include/configs/omap3_overo.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a