]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/env_embedded.c
env: allow people to force envcrc building
[people/ms/u-boot.git] / common / env_embedded.c
index ae6cac4390d8ad60f3551b0a5173d67fce14c5e4..e438575d448ba26bdf966a73690edce7025cc4be 100644 (file)
@@ -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