summaryrefslogtreecommitdiff
path: root/flash/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootloader')
-rw-r--r--flash/bootloader/README2
-rw-r--r--flash/bootloader/bootloader.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/flash/bootloader/README b/flash/bootloader/README
index 16c27d9876..47583da445 100644
--- a/flash/bootloader/README
+++ b/flash/bootloader/README
@@ -1,4 +1,4 @@
1(c) 2003 by Jrg Hohensohn 1(c) 2003 by Jรถrg Hohensohn
2 2
3This is the source code for the flash bootloader. 3This is the source code for the flash bootloader.
4It give the dual boot feature, decompresses one of two software images. 4It give the dual boot feature, decompresses one of two software images.
diff --git a/flash/bootloader/bootloader.c b/flash/bootloader/bootloader.c
index d5ce509cce..e973a30d04 100644
--- a/flash/bootloader/bootloader.c
+++ b/flash/bootloader/bootloader.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2003 by Jrg Hohensohn 10 * Copyright (C) 2003 by Jรถrg Hohensohn
11 * 11 *
12 * Second-level bootloader, with dual-boot feature by holding F1/Menu 12 * Second-level bootloader, with dual-boot feature by holding F1/Menu
13 * This is the image being descrambled and executed by the boot ROM. 13 * This is the image being descrambled and executed by the boot ROM.