From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 2 Oct 2012 18:43:59 -0500 Subject: [U-Boot] [PATCH 5/5] common: Discard the __u_boot_cmd section In-Reply-To: <1348964274-12489-6-git-send-email-marex@denx.de> References: <1348964274-12489-1-git-send-email-marex@denx.de> <1348964274-12489-6-git-send-email-marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 this section from include/command.h . > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Mike Frysinger > --- Tested-by: Joe Hershberger Acked-by: Joe Hershberger