Re: [U-Boot] Dynamically define which Kernel image to boot during SPL execution

2013-10-10 Thread bin4ry
Am 06.10.2013 21:31, schrieb Wolfgang Denk: > Dear 0xbin4ry, > > don't you have a real name? Yes indeed, Peter. > What would "u-boot.img" be here - the full U-Boot image loaded by the > SPL? If you load and start that, then this would be the place where > you determine which kernel image to load a

Re: [U-Boot] Dynamically define which Kernel image to boot during SPL execution

2013-10-06 Thread Wolfgang Denk
Dear 0xbin4ry, don't you have a real name? In message <52518c7e.3010...@gmail.com> you wrote: > > 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 What would "u-boot.img" be here - the full U-Boot image

[U-Boot] Dynamically define which Kernel image to boot during SPL execution

2013-10-06 Thread 0xbin4ry
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 __