summaryrefslogtreecommitdiff
path: root/flash/bootloader
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /flash/bootloader
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
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.