]> Git Repo - J-u-boot.git/commitdiff
tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG
authorStephen Warren <[email protected]>
Tue, 22 May 2012 09:21:55 +0000 (09:21 +0000)
committerAlbert ARIBAUD (U-Boot) <uboot@lilith.(none)>
Mon, 9 Jul 2012 20:44:33 +0000 (22:44 +0200)
So that all Tegra boards define environment variables that describe
themselves.

Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
include/configs/tegra2-common.h

index 94e1aa628d4f399b70155faa901c1c2e6f5b487f..20f294e7846bdd2bb720d08b4c547887bda08d3a 100644 (file)
@@ -68,6 +68,7 @@
 #endif
 
 /* Environment */
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
 #define CONFIG_ENV_SIZE                        0x2000  /* Total Size Environment */
 
 /*
This page took 0.034156 seconds and 4 git commands to generate.