diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-22 09:21:55 +0000 |
---|---|---|
committer | Albert ARIBAUD (U-Boot) <uboot@lilith.(none)> | 2012-07-09 22:44:33 +0200 |
commit | 0a7bec7f991950da90c6ee6bc59f322abebccbb7 (patch) | |
tree | 8f24893dfe88a75095c02614af86d761c2488273 /include/configs/tegra2-common.h | |
parent | 5e724ca2b65cea97a5945b163c765427a7ebf3d1 (diff) | |
download | u-boot-imx-0a7bec7f991950da90c6ee6bc59f322abebccbb7.zip u-boot-imx-0a7bec7f991950da90c6ee6bc59f322abebccbb7.tar.gz u-boot-imx-0a7bec7f991950da90c6ee6bc59f322abebccbb7.tar.bz2 |
tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG
So that all Tegra boards define environment variables that describe
themselves.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r-- | include/configs/tegra2-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 94e1aa6..20f294e 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 */ /* |