diff options
| author | Wolfgang Denk <[email protected]> | 2006-07-13 22:12:58 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2006-07-13 22:12:58 +0200 |
| commit | cf8f60f0eaeba44190fc9a0b56f0a53850ccb8c9 (patch) | |
| tree | 9ad4aaaef72a926b5e9dd588bf5d4074b74fc641 /include/common.h | |
| parent | d22d102808ddae3d40360df8d94e7f4239c88093 (diff) | |
| parent | 090eb73510838c0e8c20d80eea0d7f9e774ff6b5 (diff) | |
Merge with /home/mk/11-cmb1920/u-boot
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 6d7c41ad2b6..e4637ad356a 100644 --- a/include/common.h +++ b/include/common.h @@ -116,12 +116,13 @@ typedef void (interrupt_handler_t)(void *); /* * enable common handling for all TQM8xxL/M boards: - * - CONFIG_TQM8xxM will be defined for all TQM8xxM boards + * - CONFIG_TQM8xxM will be defined for all TQM8xxM and TQM885D boards * - CONFIG_TQM8xxL will be defined for all TQM8xxL _and_ TQM8xxM boards */ #if defined(CONFIG_TQM823M) || defined(CONFIG_TQM850M) || \ defined(CONFIG_TQM855M) || defined(CONFIG_TQM860M) || \ - defined(CONFIG_TQM862M) || defined(CONFIG_TQM866M) + defined(CONFIG_TQM862M) || defined(CONFIG_TQM866M) || \ + defined(CONFIG_TQM885D) # ifndef CONFIG_TQM8xxM # define CONFIG_TQM8xxM # endif |
