diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2007-05-27 16:55:23 +0200 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2007-05-27 16:55:23 +0200 |
commit | c75e639630cc132dc19cd1ecda5922c0db0bfbba (patch) | |
tree | 89696385a45b2ed9f908f51ecf03b94b683a2098 /include/configs/motionpro.h | |
parent | c99512d6bd3973f01ca2fc4896d829b46e68f150 (diff) |
Motion-PRO: Add displaying of CPLD revision information during boot.
Signed-off-by: Jan Wrobel <wrr@semihalf.com>
Acked-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'include/configs/motionpro.h')
-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 */ |