From mboxrd@z Thu Jan 1 00:00:00 1970 From: 0xbin4ry <0xbin4ry@gmail.com> Date: Sun, 06 Oct 2013 18:14:54 +0200 Subject: [U-Boot] Dynamically define which Kernel image to boot during SPL execution Message-ID: <52518C7E.3010704@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 Hi there, I want to chose from two different Android kernel images to be booted during SPL execution. Thus, I guess I need to a) pass u-boot.img two different parameters or b) call two different u-boot.img files, which in turn call the corresponding kernel images? Thanks in advance, -b