diff options
Diffstat (limited to 'flash/make_firmware')
-rw-r--r-- | flash/make_firmware/README | 2 | ||||
-rw-r--r-- | flash/make_firmware/make_firmware.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/flash/make_firmware/README b/flash/make_firmware/README index 7110610284..9bc9892070 100644 --- a/flash/make_firmware/README +++ b/flash/make_firmware/README | |||
@@ -1,4 +1,4 @@ | |||
1 | (c) 2003 by J๖rg Hohensohn | 1 | (c) 2003 by Jรถrg Hohensohn |
2 | 2 | ||
3 | This tool composes a firmware file, out of: | 3 | This tool composes a firmware file, out of: |
4 | 1. Template for the first Flash page | 4 | 1. Template for the first Flash page |
diff --git a/flash/make_firmware/make_firmware.c b/flash/make_firmware/make_firmware.c index 05cb3322ea..6fbc26ab2f 100644 --- a/flash/make_firmware/make_firmware.c +++ b/flash/make_firmware/make_firmware.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * \/ \/ \/ \/ \/ | 7 | * \/ \/ \/ \/ \/ |
8 | * $Id$ | 8 | * $Id$ |
9 | * | 9 | * |
10 | * Copyright (C) 2003 by J๖rg Hohensohn | 10 | * Copyright (C) 2003 by Jรถrg Hohensohn |
11 | * | 11 | * |
12 | * Autoring tool for the firmware image to be programmed into Flash ROM | 12 | * Autoring tool for the firmware image to be programmed into Flash ROM |
13 | * It composes the flash content with header, bootloader and image(s) | 13 | * It composes the flash content with header, bootloader and image(s) |