[U-Boot] [PATCH V13 10/12] SPL: call cleanup_before_linux() before booting Linux
Stefano Babic
sbabic at denx.de
Sat Feb 4 11:22:41 CET 2012
Signed-off-by: Stefano Babic <sbabic at denx.de>
CC: Tom Rini <tom.rini at gmail.com>
CC: Wolfgang Denk <wd at denx.de>
CC: Simon Schwarz <simonschwarzcor at gmail.com>
---
arch/arm/cpu/armv7/omap-common/spl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/spl.c b/arch/arm/cpu/armv7/omap-common/spl.c
index 5f7ba2c..d9dd864 100644
--- a/arch/arm/cpu/armv7/omap-common/spl.c
+++ b/arch/arm/cpu/armv7/omap-common/spl.c
@@ -124,7 +124,7 @@ __noreturn void jump_to_image_linux(void *arg)
__attribute__ ((noreturn));
image_entry_arg_t image_entry =
(image_entry_arg_t) spl_image.entry_point;
- /* cleanup_before_linux(); */ /*write SPL function for that*/
+ cleanup_before_linux();
image_entry(0, CONFIG_MACH_TYPE, arg);
}
#endif
--
1.7.5.4
More information about the U-Boot
mailing list