bootm.c (578ac1e9ba4c79175e69becb28e7157a84eff241) bootm.c (770605e4f9874230728f5a592820c619b1565ebc)
1/*
2 * (C) Copyright 2008 Semihalf
3 *
4 * (C) Copyright 2000-2006
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 55 unchanged lines hidden (view full) ---

64 char *of_flat_tree = images->ft_addr;
65#endif
66
67 kernel = (void (*)(bd_t *, ulong, ulong, ulong,
68 ulong, ulong, ulong))images->ep;
69 debug ("## Transferring control to Linux (at address %08lx) ...\n",
70 (ulong)kernel);
71
1/*
2 * (C) Copyright 2008 Semihalf
3 *
4 * (C) Copyright 2000-2006
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 55 unchanged lines hidden (view full) ---

64 char *of_flat_tree = images->ft_addr;
65#endif
66
67 kernel = (void (*)(bd_t *, ulong, ulong, ulong,
68 ulong, ulong, ulong))images->ep;
69 debug ("## Transferring control to Linux (at address %08lx) ...\n",
70 (ulong)kernel);
71
72 show_boot_progress(BOOTSTAGE_ID_RUN_OS);
72 bootstage_mark(BOOTSTAGE_ID_RUN_OS);
73
74#if defined(CONFIG_SYS_INIT_RAM_LOCK) && !defined(CONFIG_E500)
75 unlock_ram_in_cache();
76#endif
77
78#if defined(CONFIG_OF_LIBFDT)
79 if (of_flat_tree) { /* device tree; boot new style */
80 /*

--- 317 unchanged lines hidden ---
73
74#if defined(CONFIG_SYS_INIT_RAM_LOCK) && !defined(CONFIG_E500)
75 unlock_ram_in_cache();
76#endif
77
78#if defined(CONFIG_OF_LIBFDT)
79 if (of_flat_tree) { /* device tree; boot new style */
80 /*

--- 317 unchanged lines hidden ---