From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 13 Aug 2008 09:32:23 -0400 Subject: [U-Boot] [RFC][PATCH 00/15] bootm refactoring In-Reply-To: <6F5AAAC8-5E5F-466A-9E18-E26144CD998C@kernel.crashing.org> References: <1218575851-4404-1-git-send-email-galak@kernel.crashing.org> <48A271AF.6000508@gmail.com> <6F5AAAC8-5E5F-466A-9E18-E26144CD998C@kernel.crashing.org> Message-ID: <48A2E267.2090508@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > > On Aug 13, 2008, at 12:31 AM, Jerry Van Baren wrote: > >> Hi Kumar, >> >> I'm on the road this week, so my ability to review code this week is >> suboptimal. Having said that, this looks good! >> >> Kumar Gala wrote: >>> [PATCH 01/15] Update linux bootm to support ePAPR client interface >>> [PATCH 02/15] add ability to disable ft_board_setup as part of bootm >>> possibly drop this patch if the boots method is acceptable >> >> I don't follow what this remark is saying. >> >> Is there a reason scripting in the "fdt boardsetup" command, >> eliminating the need to call ft_board_setup() as part of the bootm >> command chain? > > I just meant that the patch adds an 'env' var to stop calling 'fdt > boardsetup' Once we have sub commands that isn't really needed anymore > so I'm ok w/dropping the patch. It was a stop gap before subcommands > are working. Ahh, OK, I understand now. Thanks, gvb