diff options
author | wdenk <wdenk> | 2004-09-27 20:20:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-27 20:20:11 +0000 |
commit | 79536a6eb0f1550561de890a8e7822663d94a3f8 (patch) | |
tree | 36aa3acd4a00b38f50dfbce20e6c76592d9bc3e3 /include/commproc.h | |
parent | 4734cb78d8e57dbac4e9f23d91edd624484b0092 (diff) |
* Add comment about non-GPL character of standalone applications to
COPYING file
* Fix FEC ethernet problem on NSCU board.
Diffstat (limited to 'include/commproc.h')
-rw-r--r-- | include/commproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commproc.h b/include/commproc.h index 83119717a9c..790016655e2 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -74,7 +74,7 @@ #define CPM_I2C_BASE 0x0820 #define CPM_SPI_BASE 0x0840 #define CPM_FEC_BASE 0x0860 -#define CPM_SERIAL2_BASE 0x0880 +#define CPM_SERIAL2_BASE 0x08E0 #define CPM_SCC_BASE 0x0900 #define CPM_POST_BASE 0x0980 #define CPM_WLKBD_BASE 0x0a00 |