]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/README
spear: fix build errors for spear3xx/spear600 platforms
[u-boot] / board / mousse / README
index ef072bd92fff09fe6f2c1caca4b5d7d95aa74cb4..d5dda7a8e734e4bf1c0b09bc8b410725d8dc70a0 100644 (file)
@@ -20,7 +20,6 @@ See also: http://www.vooha.com/
 U-Boot Loading...
 
 
-
 U-Boot 1.0.5 (Sep 10 2001 - 00:22:25)
 
 CPU:   MPC8240 Revision 1.1 at 198 MHz: 16 kB I-Cache 16 kB D-Cache
@@ -70,7 +69,6 @@ setenv <attribute> <value>
 type "saveenv" to write to NVRAM.
 
 
-
 II. To boot from a hard drive:
 
 setenv root /dev/hda1
@@ -134,7 +132,7 @@ pins 1-2 and follow the procedure below to FLASH a bootrom
 tftp 100000 u-boot.bin
 protect off FFF00000 FFF7FFFF
 erase FFF00000 FFF7FFFF
-cp.b 100000 FFF00000 \$(filesize)\
+cp.b 100000 FFF00000 \${filesize}\
 
 
 Here is an example:
@@ -171,8 +169,7 @@ into the onboard FLASH region (AMD29LV160DB 2MB FLASH):
 tftp 100000 u-boot.bin
 protect off FFF80000 FFFFFFFF
 erase FFF80000 FFFFFFFF
-cp.b 100000 FFF80000 \$(filesize)\
-
+cp.b 100000 FFF80000 \${filesize}\
 
 
 C. FLASH KERNEL REGION (960KB)
@@ -186,7 +183,7 @@ The following commands will FLASH a kernel image to 0xffe10000
 tftp 100000 vmlinux.img
 protect off FFE10000 FFEFFFFF
 erase FFE10000 FFEFFFFF
-cp.b 100000 FFE10000 \$(filesize)\
+cp.b 100000 FFE10000 \${filesize}\
 reset
 
 Here is an example:
@@ -215,7 +212,6 @@ Copy to Flash... FLASH[F0_SA3(KERNEL)]:............done
 =>
 
 
-
 When finished, use the command:
 
 bootm ffe10000