Re: [U-Boot] [PATCH v2 5/5] RFC: tegra: Convert to using environment files

2013-10-20 Thread Simon Glass
Hi Stephen, On Wed, Jun 26, 2013 at 2:16 PM, Stephen Warren wrote: > On 06/24/2013 02:46 PM, Simon Glass wrote: >> This seems more intuitive that the current #define way of doing things. >> The resulting code is shorter, avoids the quoting and line continuation >> pain, and also improves the clum

Re: [U-Boot] [PATCH v2 5/5] RFC: tegra: Convert to using environment files

2013-06-26 Thread Stephen Warren
On 06/24/2013 02:46 PM, Simon Glass wrote: > This seems more intuitive that the current #define way of doing things. > The resulting code is shorter, avoids the quoting and line continuation > pain, and also improves the clumsy way that stdio variables are created: > > #ifdef CONFIG_VIDEO_TEGRA >

[U-Boot] [PATCH v2 5/5] RFC: tegra: Convert to using environment files

2013-06-24 Thread Simon Glass
This seems more intuitive that the current #define way of doing things. The resulting code is shorter, avoids the quoting and line continuation pain, and also improves the clumsy way that stdio variables are created: #ifdef CONFIG_VIDEO_TEGRA #define STDOUT_LCD ",lcd" #else #define STDOUT_LCD