Re: [U-Boot] [PATCH 4/5] common: Convert the U-Boot commands to LG-arrays

2012-10-02 Thread Joe Hershberger
Hi Marek, On Sat, Sep 29, 2012 at 7:17 PM, Marek Vasut wrote: > This patch converts the old method of creating a list of command > onto the new LG-arrays code. The old u_boot_cmd section is converted > to new u_boot_list_cmd subsection and LG-array macros used as needed. > > Minor adjustments had

[U-Boot] [PATCH 4/5] common: Convert the U-Boot commands to LG-arrays

2012-09-29 Thread Marek Vasut
This patch converts the old method of creating a list of command onto the new LG-arrays code. The old u_boot_cmd section is converted to new u_boot_list_cmd subsection and LG-array macros used as needed. Minor adjustments had to be made to the common code to work with the LG-array macros, mostly t

[U-Boot] [PATCH 4/5] common: Convert the U-Boot commands to LG-arrays

2012-09-28 Thread Marek Vasut
This patch converts the old method of creating a list of command onto the new LG-arrays code. The old u_boot_cmd section is converted to new u_boot_list_cmd subsection and LG-array macros used as needed. Minor adjustments had to be made to the common code to work with the LG-array macros, mostly t