浏览代码

U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).

stroese 22 年之前
父节点
当前提交
9e7d5ebea9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/configs/CPCI4052.h

+ 2 - 0
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
  *-----------------------------------------------------------------------