Re: [U-Boot] [PATCH 5/5] common: Discard the __u_boot_cmd section

2012-10-03 Thread Daniel Schwierzeck
Hi Marek, 2012/9/30 Marek Vasut : > The command declaration now uses the new LG-array method to generate > list of commands. Thus the __u_boot_cmd section is now superseded and > redundant and therefore can be removed. Also, remove externed symbols > associated with this section from include/comma

Re: [U-Boot] [PATCH 5/5] common: Discard the __u_boot_cmd section

2012-10-02 Thread Joe Hershberger
Hi Marek, On Sat, Sep 29, 2012 at 7:17 PM, Marek Vasut wrote: > The command declaration now uses the new LG-array method to generate > list of commands. Thus the __u_boot_cmd section is now superseded and > redundant and therefore can be removed. Also, remove externed symbols > associated with th