]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/environment.c
Update CHANGELOG.
[people/ms/u-boot.git] / common / environment.c
index c7f54c6bd8613657053271b56273ffff81758b24..19bdeb0f62a20a98ebea3f6c6c59685aa1505922 100644 (file)
@@ -59,7 +59,9 @@
      defined(CONFIG_TQM8xxL)   || \
      defined(CONFIG_RRVISION)  || \
      defined(CONFIG_TRAB)      || \
-     defined(CONFIG_PPCHAMELEONEVB) )  && \
+     defined(CONFIG_PPCHAMELEONEVB) || \
+     defined(CONFIG_M5271EVB)  || \
+     defined(CONFIG_NAND_U_BOOT))      && \
      defined(ENV_CRC) /* Environment embedded in U-Boot .ppcenv section */
 /* XXX - This only works with GNU C */
 #  define __PPCENV__ __attribute__ ((section(".ppcenv")))