]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/e500.h
Merge git://git.denx.de/u-boot into u-boot
[people/ms/u-boot.git] / include / e500.h
1 /*
2 * Copyright 2003 Motorola,Inc.
3 * Xianghua Xiao(x.xiao@motorola.com)
4 */
5
6 #ifndef __E500_H__
7 #define __E500_H__
8
9 #ifndef __ASSEMBLY__
10
11 #ifndef CONFIG_NUM_CPUS
12 #define CONFIG_NUM_CPUS 1
13 #endif
14
15 typedef struct
16 {
17 unsigned long freqProcessor[CONFIG_NUM_CPUS];
18 unsigned long freqSystemBus;
19 unsigned long freqDDRBus;
20 unsigned long freqLocalBus;
21 } MPC85xx_SYS_INFO;
22
23 #endif /* _ASMLANGUAGE */
24
25 #define RESET_VECTOR 0xfffffffc
26
27 #endif /* __E500_H__ */