From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 13 Aug 2008 01:12:59 -0400 Subject: [U-Boot] [WIP][PATCH 09/11] bootm: refactor image detection and os load steps In-Reply-To: <1218548676-25159-10-git-send-email-galak@kernel.crashing.org> References: <1218548676-25159-1-git-send-email-galak@kernel.crashing.org> <1218548676-25159-2-git-send-email-galak@kernel.crashing.org> <1218548676-25159-3-git-send-email-galak@kernel.crashing.org> <1218548676-25159-4-git-send-email-galak@kernel.crashing.org> <1218548676-25159-5-git-send-email-galak@kernel.crashing.org> <1218548676-25159-6-git-send-email-galak@kernel.crashing.org> <1218548676-25159-7-git-send-email-galak@kernel.crashing.org> <1218548676-25159-8-git-send-email-galak@kernel.crashing.org> <1218548676-25159-9-git-send-email-galak@kernel.crashing.org> <1218548676-25159-10-git-send-email-galak@kernel.crashing.org> Message-ID: <48A26D5B.4080406@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: > Created a bootm_start() that handles the parsing and detection of all the > images that will be used by the bootm command (OS, ramdisk, fdt). As part > of this we now tract all the relevant image offsets in the bootm_headers_t Pedantic: s/tract/track/ Best regards, gvb