From 9e7d5ebea9f8e847dccdc58627d2407308ea9a56 Mon Sep 17 00:00:00 2001
From: stroese <stroese>
Date: Fri, 4 Apr 2003 16:48:07 +0000
Subject: [PATCH] U-Boot version environment variable "ver" added
 (CONFIG_VERSION_VARIABLE).

---
 include/configs/CPCI4052.h | 2 ++
 1 file changed, 2 insertions(+)

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
  *-----------------------------------------------------------------------
-- 
GitLab