summaryrefslogtreecommitdiff
path: root/include/configs/sequoia.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-11-27 17:34:10 +0100
committerStefan Roese <sr@denx.de>2006-11-27 17:34:10 +0100
commitd1a72545296800b7e219f93104ad5836f0003d66 (patch)
tree8cd0714208b64a1604ad9921de26c33dbf9e0b12 /include/configs/sequoia.h
parent3b58d9459081ae33885335c645fc0b865584ae4e (diff)
[PATCH] Select NAND embedded environment from board configuration
The current NAND Bootloader setup forces the environment variables to be in line with the bootloader. This change enables the configuration to be made in the board include file instead so that it can be individually enabled. Signed-off-by: Nick Spence <nick.spence@freescale.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r--include/configs/sequoia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index 1a460cde0..00b92220c 100644
--- a/include/configs/sequoia.h
+++ b/include/configs/sequoia.h
@@ -102,6 +102,7 @@
#define CFG_ENV_IS_IN_FLASH 1 /* use FLASH for environment vars */
#else
#define CFG_ENV_IS_IN_NAND 1 /* use NAND for environment vars */
+#define CFG_ENV_IS_EMBEDDED 1 /* use embedded environment */
#endif
/*-----------------------------------------------------------------------