diff options
author | Michal Simek <monstr@monstr.eu> | 2007-05-05 18:54:42 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-05-05 18:54:42 +0200 |
commit | ffc50f9bb194343c6303517a517708457a5eb6b8 (patch) | |
tree | 9393021f6fb0ff816aa70f691de56b4f7f265a35 /board/xilinx | |
parent | f7e2e0eb0668136305f78bb9c21be79b48a34247 (diff) |
new: FSL and MSR support #2
Diffstat (limited to 'board/xilinx')
-rw-r--r-- | board/xilinx/ml401/xparameters.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/xilinx/ml401/xparameters.h b/board/xilinx/ml401/xparameters.h index 4fe36f8a9d2..f63ffed3dcc 100644 --- a/board/xilinx/ml401/xparameters.h +++ b/board/xilinx/ml401/xparameters.h @@ -29,6 +29,9 @@ /* System Clock Frequency */ #define XILINX_CLOCK_FREQ 100000000 +/* Microblaze is microblaze_0 */ +#define XILINX_FSL_NUMBER 2 + /* Interrupt controller is intc_0 */ #define XILINX_INTC_BASEADDR 0x41200000 #define XILINX_INTC_NUM_INTR_INPUTS 4 |