diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-19 16:03:49 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-19 16:03:49 +0100 |
commit | 57dc57f14d307952ed3d49d864c7efa27e14e464 (patch) | |
tree | 2ab4514ec3b19b1d57d3e152006a24b7bbfba72f /include/configs/zylonite.h | |
parent | bf5988e5334b9fe6b8acd4ea412b8cefac39147f (diff) | |
download | u-boot-imx-57dc57f14d307952ed3d49d864c7efa27e14e464.zip u-boot-imx-57dc57f14d307952ed3d49d864c7efa27e14e464.tar.gz u-boot-imx-57dc57f14d307952ed3d49d864c7efa27e14e464.tar.bz2 |
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.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h index f23300d..3968c93 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) |