diff options
author | Markus Klotzbuecher <mk@denx.de> | 2007-01-09 14:57:13 +0100 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2007-01-09 14:57:13 +0100 |
commit | 38ccd2fdf3364a53fe80e9b365303ecdafc9e223 (patch) | |
tree | f1ca0e77aa5f9c86d891291ce761e2c203d4bc9c | |
parent | 5921e5313fc3eadd42770c2b99badd7fae5ecf1e (diff) | |
download | u-boot-imx-38ccd2fdf3364a53fe80e9b365303ecdafc9e223.zip u-boot-imx-38ccd2fdf3364a53fe80e9b365303ecdafc9e223.tar.gz u-boot-imx-38ccd2fdf3364a53fe80e9b365303ecdafc9e223.tar.bz2 |
SPC1920: update the HPI register addresses to work with the second
generation of hardware
-rw-r--r-- | include/configs/spc1920.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/spc1920.h b/include/configs/spc1920.h index dcff8a6..8f5eace 100644 --- a/include/configs/spc1920.h +++ b/include/configs/spc1920.h @@ -383,12 +383,12 @@ #define HPI_REG(x) (*((volatile u16 *) (CFG_SPC1920_HPI_BASE + x))) #define HPI_HPIC_1 HPI_REG(0) #define HPI_HPIC_2 HPI_REG(2) -#define HPI_HPIA_1 HPI_REG(0x2000000) -#define HPI_HPIA_2 HPI_REG(0x2000000 + 2) -#define HPI_HPID_INC_1 HPI_REG(0x1000000) -#define HPI_HPID_INC_2 HPI_REG(0x1000000 + 2) -#define HPI_HPID_NOINC_1 HPI_REG(0x3000000) -#define HPI_HPID_NOINC_2 HPI_REG(0x3000000 + 2) +#define HPI_HPIA_1 HPI_REG(0x2000008) +#define HPI_HPIA_2 HPI_REG(0x2000008 + 2) +#define HPI_HPID_INC_1 HPI_REG(0x1000004) +#define HPI_HPID_INC_2 HPI_REG(0x1000004 + 2) +#define HPI_HPID_NOINC_1 HPI_REG(0x300000c) +#define HPI_HPID_NOINC_2 HPI_REG(0x300000c + 2) #endif /* CONFIG_SPC1920_HPI_TEST */ /* |