diff options
author | Mark A. Greer <mgreer@mvista.com> | 2005-09-03 15:55:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:06:01 -0700 |
commit | f54bef9e9c84c8dc656c55dc96c1da7b6d1c53d8 (patch) | |
tree | de93df49c67ebf63aeca64941a201365440e9551 /arch/ppc/platforms/cpci690.h | |
parent | f4c6cc8d1e2305796f7fdad52d83b88cea4d2276 (diff) | |
download | talos-obmc-linux-f54bef9e9c84c8dc656c55dc96c1da7b6d1c53d8.tar.gz talos-obmc-linux-f54bef9e9c84c8dc656c55dc96c1da7b6d1c53d8.zip |
[PATCH] ppc32: cpci690 updates
Update the cpci690 platform code:
- pass mem size in from bootwrapper via bi_rec
- some minor fixups
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/cpci690.h')
-rw-r--r-- | arch/ppc/platforms/cpci690.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/platforms/cpci690.h b/arch/ppc/platforms/cpci690.h index 36cd2673c742..49584c9cedf3 100644 --- a/arch/ppc/platforms/cpci690.h +++ b/arch/ppc/platforms/cpci690.h @@ -73,6 +73,4 @@ typedef struct board_info { #define CPCI690_MPSC_BAUD 9600 #define CPCI690_MPSC_CLK_SRC 8 /* TCLK */ -#define CPCI690_BUS_FREQ 133333333 - #endif /* __PPC_PLATFORMS_CPCI690_H */ |