X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fenvironment.c;h=1d425a73097e90b12c0feab738ff7863563a4951;hb=4ec5bd55ed1ffa91a774af298769621f4fbb18c1;hp=81471ce71cd80410d3eaa784d28fdfc4c782d88e;hpb=f1f33de3321f6e6cf882ad7be0f5569234199aef;p=oweals%2Fu-boot.git diff --git a/common/environment.c b/common/environment.c index 81471ce71c..1d425a7309 100644 --- a/common/environment.c +++ b/common/environment.c @@ -60,7 +60,9 @@ defined(CONFIG_RRVISION) || \ defined(CONFIG_TRAB) || \ defined(CONFIG_PPCHAMELEONEVB) || \ - defined(CONFIG_M5271EVB)) && \ + defined(CONFIG_M5271EVB) || \ + defined(CONFIG_IDMR) || \ + 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")))