diff options
| author | Bartlomiej Sieka <[email protected]> | 2007-05-27 16:55:23 +0200 |
|---|---|---|
| committer | Bartlomiej Sieka <[email protected]> | 2007-05-27 16:55:23 +0200 |
| commit | c75e639630cc132dc19cd1ecda5922c0db0bfbba (patch) | |
| tree | 89696385a45b2ed9f908f51ecf03b94b683a2098 /include | |
| parent | c99512d6bd3973f01ca2fc4896d829b46e68f150 (diff) | |
Motion-PRO: Add displaying of CPLD revision information during boot.
Signed-off-by: Jan Wrobel <[email protected]>
Acked-by: Bartlomiej Sieka <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/motionpro.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index 358c380d449..8ffcc4c9c11 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -357,6 +357,12 @@ extern void __led_set(led_id_t id, int state); /* + * Motion-PRO's CPLD revision control register + */ +#define CPLD_REV_REGISTER (CFG_CS2_START + 0x06) + + +/* * Miscellaneous configurable options */ #define CFG_LONGHELP /* undef to save memory */ |
