From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Updegraff Date: Wed, 03 Jan 2007 13:18:20 -0600 Subject: [U-Boot-Users] do_bootm_linux OF_FLAT_TREE 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. in common/cmd_boot, around line 624: Looks like there is a small hole in the logic here if you happen to want to boot with a MULTI image with a ptr. and flat_tree. Since "boot multi_img_addr - of_tree_addr" ends up falling into the 'Skipping initrd category'. Which is annoying, as it looses the initrd that is inside the MULTI img. An obvious solution does not pop out at me. Maybe special-case check for MULTI within that special-case of FLAT_TREE and argv=='-' ? Please suggest better way. Thnx. -dbu.