From c3eb3fe490daeb3746e5b1fe354ff1a19eb3e3a8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Jul 2011 10:44:25 +0000 Subject: env: allow people to force envcrc building For people who want to manually extract the embedded environment so that it can be manually packed into the final u-boot image, add a config opt to force building of the envcrc tool. Signed-off-by: Mike Frysinger --- common/env_embedded.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/env_embedded.c') diff --git a/common/env_embedded.c b/common/env_embedded.c index ae6cac4390..e438575d44 100644 --- a/common/env_embedded.c +++ b/common/env_embedded.c @@ -44,7 +44,7 @@ * Generate embedded environment table * inside U-Boot image, if needed. */ -#if defined(ENV_IS_EMBEDDED) +#if defined(ENV_IS_EMBEDDED) || defined(CONFIG_BUILD_ENVCRC) /* * Only put the environment in it's own section when we are building * U-Boot proper. The host based program "tools/envcrc" does not need -- cgit v1.2.1