From dc7f7763b98f42d04ef2b6e6330a8bb852c9cce8 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 19 Nov 2019 18:03:39 +0100 Subject: cleanup Makefile a bit; you can merge Bob now :) --- pipe_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pipe_image.c') diff --git a/pipe_image.c b/pipe_image.c index 01510a5..987ae99 100644 --- a/pipe_image.c +++ b/pipe_image.c @@ -13,7 +13,7 @@ /* It is intended to be used with our bootloader. */ int main(int argc, const char **argv) { - const char *image_file_name = "kernel7.img"; + const char *image_file_name = "kernel.img"; _Bool stdout_instead_of_uart = 0; if (argc > 1) -- cgit v1.2.3