diff options
author | Wolfgang Denk <wd@denx.de> | 2011-12-19 12:03:40 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-19 12:03:40 +0100 |
commit | 6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch) | |
tree | e749aec12da01acbc8326a418eeed866a2752dab /doc/README.p3060qds | |
parent | 10879aa21ca22bdc631336d203b1742b16f91a30 (diff) | |
download | u-boot-imx-6b62b9a31de421bc3646c4dc1063c6d037de62b3.zip u-boot-imx-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.gz u-boot-imx-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.bz2 |
Coding Style cleanup
Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.p3060qds')
-rw-r--r-- | doc/README.p3060qds | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.p3060qds b/doc/README.p3060qds index 2ed49ca..ec62798 100644 --- a/doc/README.p3060qds +++ b/doc/README.p3060qds @@ -43,7 +43,7 @@ I2C: * I2C1_CH0: EEPROM AT24C64(0x50) RCW, AT24C02(0x51) DDR SPD, AT24C02(0x53) DDR SPD, AT24C02(0x57) SystemID, RTC DS3232(0x68) * I2C1_CH1: 1588 RiserCard(0x55), HSLB Testport, TempMon - ADT7461(0x4C), SerDesMux DS64MB201(0x51/59/5C/5D) + ADT7461(0x4C), SerDesMux DS64MB201(0x51/59/5C/5D) * I2C1_CH2: VDD/GVDD/GIDD ZL6100 (0x21/0x22/0x23/0x24/0x40) * I2C1_CH3: OCM CFG AT24C02(0x55), OCM IPL AT24C64(0x56) * I2C1_CH4: PCIe SLOT1 @@ -108,4 +108,3 @@ Place a linux uImage in the TFTP disk area. tftp 2000000 rootfs.ext2.gz.uboot tftp 3000000 p3060rdb.dtb bootm 1000000 2000000 3000000 - |