diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2006-12-20 00:27:32 +0100 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2006-12-20 00:27:32 +0100 |
commit | daa6e418bcc0c717752e8de939c213c790286096 (patch) | |
tree | ecff62dbff2d7935374c919c9329d5a3d91cc33d /common/environment.c | |
parent | cdb97a6678826f85e7c69eae6a1c113d034c9b10 (diff) |
Preliminary support for the iDMR board (ColdFire).
Diffstat (limited to 'common/environment.c')
-rw-r--r-- | common/environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/environment.c b/common/environment.c index 19bdeb0f62a..1d425a73097 100644 --- a/common/environment.c +++ b/common/environment.c @@ -61,6 +61,7 @@ defined(CONFIG_TRAB) || \ defined(CONFIG_PPCHAMELEONEVB) || \ 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 */ |