summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-13 02:23:05 +0200
committerWolfgang Denk <wd@denx.de>2008-09-13 02:23:05 +0200
commitf12e4549b6fb01cd2654348af95a3c7a6ac161e7 (patch)
tree725ff6a5ad3b615b0e94c42bc2834a9e70f18d8e /doc
parent0c32565f536609d78feef35c88bbc39d3ac53a73 (diff)
downloadtalos-obmc-uboot-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.tar.gz
talos-obmc-uboot-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.zip
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.mx312
-rw-r--r--doc/README.qemu_mips8
-rw-r--r--doc/README.sh7785lcr1
3 files changed, 4 insertions, 7 deletions
diff --git a/doc/README.mx31 b/doc/README.mx31
index f912b66fed..291c2f31b9 100644
--- a/doc/README.mx31
+++ b/doc/README.mx31
@@ -1,4 +1,3 @@
-
U-Boot for Freescale i.MX31
This file contains information for the port of U-Boot to the Freescale
@@ -16,4 +15,3 @@ to setup the bus and chip select used for a particular board.
CONFIG_MC13783_SPI_BUS -- defines the SPI bus the MC13783 is connected to.
Note that 0 is CSPI1, 1 is CSPI2 and 2 is CSPI3.
CONFIG_MC13783_SPI_CS -- define the chip select the MC13783 s connected to.
-
diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips
index 472469f98d..2fdd2b03ad 100644
--- a/doc/README.qemu_mips
+++ b/doc/README.qemu_mips
@@ -42,7 +42,7 @@ This GDB was configured as "--host=i486-linux-gnu --target=mipsel-unknown-linux-
(gdb) target remote localhost:1234
Remote debugging using localhost:1234
_start () at start.S:64
-64 RVECENT(reset,0) /* U-boot entry point */
+64 RVECENT(reset,0) /* U-boot entry point */
Current language: auto; currently asm
(gdb) b board.c:289
Breakpoint 1 at 0xbfc00cc8: file board.c, line 289.
@@ -50,7 +50,7 @@ Breakpoint 1 at 0xbfc00cc8: file board.c, line 289.
Continuing.
Breakpoint 1, board_init_f (bootflag=<value optimized out>) at board.c:290
-290 relocate_code (addr_sp, id, addr);
+290 relocate_code (addr_sp, id, addr);
Current language: auto; currently c
(gdb) p/x addr
$1 = 0x87fa0000
@@ -68,7 +68,7 @@ No symbol table is loaded. Use the "file" command.
No symbol file now.
(gdb) add-symbol-file u-boot 0x87fa0000
add symbol table from file "u-boot" at
- .text_addr = 0x87fa0000
+ .text_addr = 0x87fa0000
(y or n) y
Reading symbols from /private/u-boot-arm/u-boot...done.
Breakpoint 1 at 0x87fa0cc8: file board.c, line 289.
@@ -77,4 +77,4 @@ Continuing.
Program received signal SIGINT, Interrupt.
0xffffffff87fa0de4 in udelay (usec=<value optimized out>) at time.c:78
-78 while ((tmo - read_c0_count()) < 0x7fffffff)
+78 while ((tmo - read_c0_count()) < 0x7fffffff)
diff --git a/doc/README.sh7785lcr b/doc/README.sh7785lcr
index 077027695d..c8d8ccdd2d 100644
--- a/doc/README.sh7785lcr
+++ b/doc/README.sh7785lcr
@@ -80,4 +80,3 @@ This command writes MAC address of this board.
i.e)
=> setmac 00:00:87:**:**:**
-
OpenPOWER on IntegriCloud