From 0a7bec7f991950da90c6ee6bc59f322abebccbb7 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Tue, 22 May 2012 09:21:55 +0000 Subject: tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG So that all Tegra boards define environment variables that describe themselves. Signed-off-by: Stephen Warren Acked-by: Simon Glass Signed-off-by: Tom Warren --- include/configs/tegra2-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/tegra2-common.h') diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 94e1aa628d..20f294e784 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 */ /* -- cgit v1.2.1