From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Tue, 12 Aug 2008 08:44:25 -0500 Subject: [U-Boot] [WIP][PATCH 00/11] bootm refactoring Message-ID: <1218548676-25159-1-git-send-email-galak@kernel.crashing.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch set is a refactoring of the bootm functionality to get it ready for the sub-command functionality. Its a WIP but I wanted to get some early feedback to see if this is the right direction. We do see some reduction of the arch specific code which is pretty nice. - k