diff options
author | stroese <stroese> | 2003-04-04 16:48:07 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-04-04 16:48:07 +0000 |
commit | 9e7d5ebea9f8e847dccdc58627d2407308ea9a56 (patch) | |
tree | 18bb5af871d4ece8f3e0954c7330786d44977d00 /include | |
parent | baa3d528fe8f03c89bd9006819797db675632703 (diff) |
U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/CPCI4052.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index 843115c538c..14c49c2fcad 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -136,6 +136,8 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ +#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */ + /*----------------------------------------------------------------------- * PCI stuff *----------------------------------------------------------------------- |