diff options
| author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-08 22:19:41 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-08 22:19:41 +0200 | 
| commit | 9444b8818f1de25dfa322cbe3a283c758a3d20e3 (patch) | |
| tree | ae66726f706bfb5568a667117c6e9758d2214f23 | |
| parent | eac5ba3e59187bb0d7d36c624851235fa850ccd1 (diff) | |
| parent | ac611700e5bcdd5a762dcc4d28db256fcc5a4bf2 (diff) | |
| download | olio-uboot-2014.01-9444b8818f1de25dfa322cbe3a283c758a3d20e3.tar.xz olio-uboot-2014.01-9444b8818f1de25dfa322cbe3a283c758a3d20e3.zip | |
Merge with git+ssh://fifi/home/wd/git/u-boot/master
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | include/ppc440.h | 4 | 
2 files changed, 5 insertions, 2 deletions
| @@ -2,6 +2,9 @@  Changes since U-Boot 1.1.4:  ====================================================================== +* Fix comments in include/ppc440.h +  Patch by Martin Hicks, 16 Jun 2006 +  * Update for CAM5200 board:    - Map in a additional chip selects CS4 and CS5.    - Modify the port configration, configure six UARTs and no PCI, diff --git a/include/ppc440.h b/include/ppc440.h index c4a3ed548..e407320a9 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -1570,8 +1570,8 @@  #define malrxctp0r  (MAL_DCR_BASE+0x40) /* RX 0 Channel table pointer reg   */  #define malrxctp1r  (MAL_DCR_BASE+0x41) /* RX 1 Channel table pointer reg   */  #if defined(CONFIG_440GX) -#define malrxctp2r  (MAL_DCR_BASE+0x42) /* RX 0 Channel table pointer reg   */ -#define malrxctp3r  (MAL_DCR_BASE+0x43) /* RX 1 Channel table pointer reg   */ +#define malrxctp2r  (MAL_DCR_BASE+0x42) /* RX 2 Channel table pointer reg   */ +#define malrxctp3r  (MAL_DCR_BASE+0x43) /* RX 3 Channel table pointer reg   */  #endif /* CONFIG_440GX */  #define malrcbs0    (MAL_DCR_BASE+0x60) /* RX 0 Channel buffer size reg	    */  #define malrcbs1    (MAL_DCR_BASE+0x61) /* RX 1 Channel buffer size reg	    */ |