diff options
author | Michal Simek <monstr@monstr.eu> | 2007-05-07 19:33:51 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-05-07 19:33:51 +0200 |
commit | 19bf1fbad7f19d5a120be9b1daf136e052fcab39 (patch) | |
tree | ff51502fe07ca13cf8d245ed58706c8bbfa4e9b5 /include/configs/ml401.h | |
parent | 792032baa7d625e34c981ab6df521911bd8dc861 (diff) | |
download | u-boot-19bf1fbad7f19d5a120be9b1daf136e052fcab39.tar.gz u-boot-19bf1fbad7f19d5a120be9b1daf136e052fcab39.tar.xz u-boot-19bf1fbad7f19d5a120be9b1daf136e052fcab39.zip |
new: fsl interrupt support
FSL_Has_data is connected to INTC.
Diffstat (limited to 'include/configs/ml401.h')
-rw-r--r-- | include/configs/ml401.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ml401.h b/include/configs/ml401.h index f3ef962a78..327d31c103 100644 --- a/include/configs/ml401.h +++ b/include/configs/ml401.h @@ -58,6 +58,10 @@ #define FREQUENCE XILINX_CLOCK_FREQ #define CFG_TIMER_0_PRELOAD ( FREQUENCE/1000 ) +/* FSL */ +#define CFG_FSL_2 +#define FSL_INTR_2 1 + /* * memory layout - Example * TEXT_BASE = 0x1200_0000; |