Re: [U-Boot] [PATCH 0/6] Adjust command macros to allow smaller U-Boot size

2014-03-31 Thread Simon Glass
Hi Tom, On 31 March 2014 12:59, Tom Rini wrote: > On Mon, Mar 31, 2014 at 12:38:20PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On 31 March 2014 12:30, Tom Rini wrote: > > > > > On Mon, Mar 24, 2014 at 09:51:05AM -0600, Simon Glass wrote: > > > > > > > A large chunk of U-Boot's executable si

Re: [U-Boot] [PATCH 0/6] Adjust command macros to allow smaller U-Boot size

2014-03-31 Thread Tom Rini
On Mon, Mar 31, 2014 at 12:38:20PM -0600, Simon Glass wrote: > Hi Tom, > > On 31 March 2014 12:30, Tom Rini wrote: > > > On Mon, Mar 24, 2014 at 09:51:05AM -0600, Simon Glass wrote: > > > > > A large chunk of U-Boot's executable size is the code to process and > > > execute commands. This is rea

Re: [U-Boot] [PATCH 0/6] Adjust command macros to allow smaller U-Boot size

2014-03-31 Thread Simon Glass
Hi Tom, On 31 March 2014 12:30, Tom Rini wrote: > On Mon, Mar 24, 2014 at 09:51:05AM -0600, Simon Glass wrote: > > > A large chunk of U-Boot's executable size is the code to process and > > execute commands. This is reasonable, since commands and scripts are > > an important part of U-Boot's fea

Re: [U-Boot] [PATCH 0/6] Adjust command macros to allow smaller U-Boot size

2014-03-31 Thread Tom Rini
On Mon, Mar 24, 2014 at 09:51:05AM -0600, Simon Glass wrote: > A large chunk of U-Boot's executable size is the code to process and > execute commands. This is reasonable, since commands and scripts are > an important part of U-Boot's feature set and provide much of its > flexibility. > > However

[U-Boot] [PATCH 0/6] Adjust command macros to allow smaller U-Boot size

2014-03-24 Thread Simon Glass
A large chunk of U-Boot's executable size is the code to process and execute commands. This is reasonable, since commands and scripts are an important part of U-Boot's feature set and provide much of its flexibility. However, for some applications only a very limited set of commands is required. W