summaryrefslogtreecommitdiffstats
path: root/boot-scr/boot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'boot-scr/boot.txt')
-rw-r--r--boot-scr/boot.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/boot-scr/boot.txt b/boot-scr/boot.txt
index 3c5fd88..0d876bf 100644
--- a/boot-scr/boot.txt
+++ b/boot-scr/boot.txt
@@ -119,13 +119,13 @@ if test "x${gta04}" != "x${VERSION}"
# then
# if load mmc 0:${p} ${loadaddr} uImage
# then
-# echo found kernel on FAT partition $p
+# echo found kernel /uImage on partition $p
# run mmcargs # start with default mmc args
# KERNEL=1
# DONE=1
# elif load mmc 0:${p} ${loadaddr} /boot/uImage
# then
-# echo found kernel on EXT partition $p
+# echo found kernel /boot/uImage on partition $p
# setenv mmcroot "/dev/mmcblk0p${p} rw"
# run mmcargs # start with default mmc args
# KERNEL=1
@@ -315,7 +315,7 @@ then
status set 10
i2c dev 0
- if load mmc 0 0x80200000 x-load.flash
+ if fatload mmc 0 0x80200000 x-load.flash
then
status set 18
echo *** flashing Xloader ***
@@ -333,7 +333,7 @@ then
status set 10
# the official u-boot partition goes from 0x80000 to 0x27ffff i.e. 2 MByte
- if load mmc 0 0x80300000 u-boot.flash
+ if fatload mmc 0 0x80300000 u-boot.flash
then
echo *** flashing U-Boot ***
status set 18
@@ -348,7 +348,7 @@ then
# since u-boot is approx 260 kByte
status set 10
- if load mmc 0 0x80300000 splash.rgb16z
+ if fatload mmc 0 0x80300000 splash.rgb16z
then
echo *** flashing splash ***
status set 18
@@ -358,7 +358,7 @@ then
fi
status set 10
- if load mmc 0 0x80300000 menu.rgb16z
+ if fatload mmc 0 0x80300000 menu.rgb16z
then
echo *** flashing menu ***
status set 18
@@ -368,7 +368,7 @@ then
fi
status set 10
- if load mmc 0 0x80300000 boot.scr
+ if fatload mmc 0 0x80300000 boot.scr
then
echo *** flashing boot.scr ***
status set 18