
14 Mar
2012
14 Mar
'12
3:03 a.m.
On Tuesday 13 March 2012 21:38:13 Marek Vasut wrote:
arch/arm/lib/bootm.c | 30 ++++++++++ common/cmd_bootm.c | 141 include/config_cmd_all.h |
still missing README
--- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c
+#ifdef CONFIG_CMD_BOOTZ
don't use tabs to indent these tokens
--- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c
+int __bootz_setup(void *image, void **start, void **end)
static
+int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
static -mike