summaryrefslogtreecommitdiff
path: root/include/configs/zylonite.h
diff options
context:
space:
mode:
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.(none)>2006-02-19 16:03:49 +0100
committerMarkus Klotzbücher <mk@pollux.(none)>2006-02-19 16:03:49 +0100
commit57dc57f14d307952ed3d49d864c7efa27e14e464 (patch)
tree2ab4514ec3b19b1d57d3e152006a24b7bbfba72f /include/configs/zylonite.h
parentbf5988e5334b9fe6b8acd4ea412b8cefac39147f (diff)
Merged sufficient changes to pxa-regs.h in order to make u-boot compile.
It doesn't run yet.
Diffstat (limited to 'include/configs/zylonite.h')
-rw-r--r--include/configs/zylonite.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h
index f23300d00..3968c9338 100644
--- a/include/configs/zylonite.h
+++ b/include/configs/zylonite.h
@@ -36,6 +36,7 @@
*/
#define CONFIG_CPU_MONAHANS 1 /* Intel Monahan CPU */
#define CONFIG_ZYLONITE 1 /* Zylonite board */
+
/* #define CONFIG_LCD 1 */
#ifdef CONFIG_LCD
#define CONFIG_SHARP_LM8V31
@@ -230,7 +231,8 @@
* second sector, not an environment. You have been warned!
*/
#define CFG_MONITOR_LEN PHYS_FLASH_SECT_SIZE
-#undef CFG_ENV_IS_IN_FLASH
+
+#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_ADDR (PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE)
#define CFG_ENV_SECT_SIZE PHYS_FLASH_SECT_SIZE
#define CFG_ENV_SIZE (PHYS_FLASH_SECT_SIZE / 16)