diff options
author | Andy Fleming <afleming@freescale.com> | 2007-04-23 02:54:25 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-05-02 15:50:02 -0500 |
commit | 6743105988fc44d5b0d30388c790607835aae7a6 (patch) | |
tree | 8019f750a917717ba0df89b9db6c746548cfa782 /include/asm-ppc | |
parent | af1c2b84bf27c8565baddc82d1abb93700d10e2e (diff) | |
download | u-boot-imx-6743105988fc44d5b0d30388c790607835aae7a6.zip u-boot-imx-6743105988fc44d5b0d30388c790607835aae7a6.tar.gz u-boot-imx-6743105988fc44d5b0d30388c790607835aae7a6.tar.bz2 |
Add support for the 8568 MDS board
This included some changes to common files:
* Add 8568 processor SVR to various places
* Add support for setting the qe bus-frequency value in the dts
* Add the 8568MDS target to the Makefile
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 944cbe9..e9361c5 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -850,6 +850,7 @@ #define SVR_8548 0x8031 #define SVR_8548_E 0x8039 #define SVR_8641 0x8090 +#define SVR_8568_E 0x807D /* I am just adding a single entry for 8260 boards. I think we may be |