From 5dc887164e031dbd6544031eb4dcb8e5c4ddeb13 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 14 Jan 2012 15:24:47 +0000 Subject: bootstage: Convert progress numbers 1-9 into enums Signed-off-by: Simon Glass --- common/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/image.c') diff --git a/common/image.c b/common/image.c index 8df03f545c..1359246792 100644 --- a/common/image.c +++ b/common/image.c @@ -895,7 +895,7 @@ int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images, printf("## Loading init Ramdisk from Legacy " "Image at %08lx ...\n", rd_addr); - show_boot_progress(9); + show_boot_progress(BOOTSTAGE_ID_LOAD_RAMDISK); rd_hdr = image_get_ramdisk(rd_addr, arch, images->verify); -- cgit v1.2.1