aboutsummaryrefslogtreecommitdiff
path: root/pipe_image.c
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-11-19 18:03:39 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-11-19 18:03:39 +0100
commitdc7f7763b98f42d04ef2b6e6330a8bb852c9cce8 (patch)
tree319d9ec42915896f637397cb34b67ea3280eb7f9 /pipe_image.c
parentc1f247d0f23173c77a350324ddf0495ffb935860 (diff)
downloadrpi-MMU-example-dc7f7763b98f42d04ef2b6e6330a8bb852c9cce8.tar.gz
rpi-MMU-example-dc7f7763b98f42d04ef2b6e6330a8bb852c9cce8.zip
cleanup Makefile a bit; you can merge Bob now :)
Diffstat (limited to 'pipe_image.c')
-rw-r--r--pipe_image.c2
1 files changed, 1 insertions, 1 deletions
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)