diff mbox

[U-Boot,V2,2/2] tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG

Message ID 1337643054-17290-2-git-send-email-swarren@wwwdotorg.org
State Accepted
Commit 0a7bec7f991950da90c6ee6bc59f322abebccbb7
Headers show

Commit Message

Stephen Warren May 21, 2012, 11:30 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

So that all Tegra boards define environment variables that describe
themselves.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
v2: Adjust to new CONFIG variable name
---
 include/configs/tegra2-common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 1931179..d6ea851 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -68,6 +68,7 @@ 
 #endif
 
 /* Environment */
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
 #define CONFIG_ENV_SIZE			0x2000	/* Total Size Environment */
 
 /*