diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-05-20 01:11:33 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-12 17:16:26 -0500 |
commit | 71b358cc26792889bbac35054d8e89d59b3fabc4 (patch) | |
tree | a6ad691d5371e42dc3ad0cff188639b634bdddbc /include/asm-ppc/processor.h | |
parent | 22419d77976bbd0df9fcf45513f1b96bd73e50d1 (diff) | |
download | u-boot-imx-71b358cc26792889bbac35054d8e89d59b3fabc4.zip u-boot-imx-71b358cc26792889bbac35054d8e89d59b3fabc4.tar.gz u-boot-imx-71b358cc26792889bbac35054d8e89d59b3fabc4.tar.bz2 |
85xx: Added MPC8535/E identifiers
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc/processor.h')
-rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 8f73c69..e7db1c6 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -934,6 +934,8 @@ #define SVR_8533 0x803400 #define SVR_8533_E 0x803C00 +#define SVR_8535 0x803701 +#define SVR_8535_E 0x803F01 #define SVR_8536 0x803700 #define SVR_8536_E 0x803F00 #define SVR_8540 0x803000 |