On Wed, Dec 7, 2011 at 8:42 AM, Kumar Gala <[email protected]> wrote:
> + if (flag & BOOTM_STATE_OS_PREP) {
> + boot_prep_linux(images);
> return 0;
> + }
>
> if (flag & BOOTM_STATE_OS_GO) {
> boot_jump_linux(images);
> return 0;
> }
>
> + boot_prep_linux(images);
Why are we calling boot_prep_linux(images) when "flag &
BOOTM_STATE_OS_PREP" is zero? If we don't want the OS to be PREPped,
then why call a function named boot_prep_linux()?
--
Timur Tabi
Linux kernel developer at Freescale
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot