From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Fri, 10 Jun 2005 17:06:58 +0200 Subject: [U-Boot-Users] Loading FPGA from an mkimage created image? In-Reply-To: <20050610102627.882C9C1513@atlas.denx.de> References: <20050610102627.882C9C1513@atlas.denx.de> Message-ID: <42A9AC92.6040409@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, >>I see that code for checking and uncompressing images is duplicated many >>times across the U-Boot sources. > > Yes :-( > > >>Are there any plans to provide a generic helper function for this task? > > > No. Cleanup and patches welcome. Shell we split out the image code from cmd_bootm.c into cmd_image.c and image.c? -- Steven