summaryrefslogtreecommitdiffstats
path: root/common/environment.c
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2006-05-09 11:54:44 +0200
committerMarian Balakowicz <m8@semihalf.com>2006-05-09 11:54:44 +0200
commit78b123cd69d485887f33ebd33ba1f9b27f8e6916 (patch)
treee5cbecab56c5e92b4135431b023b5687a8c90ab6 /common/environment.c
parent6f5155a95cc6d4b80cda10785c64a55fbb18e8ee (diff)
downloadbarebox-78b123cd69d485887f33ebd33ba1f9b27f8e6916.tar.gz
barebox-78b123cd69d485887f33ebd33ba1f9b27f8e6916.tar.xz
Add M5271EVB board support.
Diffstat (limited to 'common/environment.c')
-rw-r--r--common/environment.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/environment.c b/common/environment.c
index c7f54c6bd8..81471ce71c 100644
--- a/common/environment.c
+++ b/common/environment.c
@@ -59,7 +59,8 @@
defined(CONFIG_TQM8xxL) || \
defined(CONFIG_RRVISION) || \
defined(CONFIG_TRAB) || \
- defined(CONFIG_PPCHAMELEONEVB) ) && \
+ defined(CONFIG_PPCHAMELEONEVB) || \
+ defined(CONFIG_M5271EVB)) && \
defined(ENV_CRC) /* Environment embedded in U-Boot .ppcenv section */
/* XXX - This only works with GNU C */
# define __PPCENV__ __attribute__ ((section(".ppcenv")))