diff options
author | Stefan Roese <sr@denx.de> | 2007-02-20 10:57:08 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-02-20 10:57:08 +0100 |
commit | 4745acaa1a603b67f6b9b7970365ebadd7d6586f (patch) | |
tree | c7b1c441280494f2529745d79980174ba2d945df /include/ppc405.h | |
parent | 0dc018ece13effc689e47479ea9ebf1c98a507f5 (diff) | |
download | u-boot-imx-4745acaa1a603b67f6b9b7970365ebadd7d6586f.zip u-boot-imx-4745acaa1a603b67f6b9b7970365ebadd7d6586f.tar.gz u-boot-imx-4745acaa1a603b67f6b9b7970365ebadd7d6586f.tar.bz2 |
[PATCH] Add support for the AMCC Katmai (440SPe) eval board
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/ppc405.h')
-rw-r--r-- | include/ppc405.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ppc405.h b/include/ppc405.h index e475fa5..a49912c 100644 --- a/include/ppc405.h +++ b/include/ppc405.h @@ -240,6 +240,7 @@ #define pbesr0 0x21 /* periph bus error status reg 0 */ #define pbesr1 0x22 /* periph bus error status reg 1 */ #define epcr 0x23 /* external periph control reg */ +#define EBC0_CFG 0x23 /* external bus configuration reg */ #ifdef CONFIG_405EP /****************************************************************************** |