diff options
author | Jason Jin <Jason.jin@freescale.com> | 2007-10-29 19:26:21 +0800 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-11-07 14:09:08 -0600 |
commit | 761421ccca80a9fb37b19c37aa61d46ef75e0647 (patch) | |
tree | be8fa2aa40f57d627e50c8c0f07220b254f00f86 /include/configs/MPC8610HPCD.h | |
parent | f3bceaab230b4748d0afc4109b6837308f018b40 (diff) | |
download | u-boot-imx-761421ccca80a9fb37b19c37aa61d46ef75e0647.zip u-boot-imx-761421ccca80a9fb37b19c37aa61d46ef75e0647.tar.gz u-boot-imx-761421ccca80a9fb37b19c37aa61d46ef75e0647.tar.bz2 |
8610: Actually enable pixis_reset CONFIGs
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'include/configs/MPC8610HPCD.h')
-rw-r--r-- | include/configs/MPC8610HPCD.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 8bbe447..8b6b117 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -151,6 +151,7 @@ #define CFG_OR3_PRELIM 0xfff06ff7 /* 1MB PIXIS area*/ +#define CONFIG_FSL_PIXIS 1 /* use common PIXIS code */ #define PIXIS_BASE 0xe8000000 /* PIXIS registers */ #define PIXIS_ID 0x0 /* Board ID at offset 0 */ #define PIXIS_VER 0x1 /* Board version at offset 1 */ @@ -166,6 +167,7 @@ #define PIXIS_VSPEED1 0x18 /* VELA VSpeed 1 */ #define PIXIS_VCLKH 0x19 /* VELA VCLKH register */ #define PIXIS_VCLKL 0x1A /* VELA VCLKL register */ +#define CFG_PIXIS_VBOOT_MASK 0x0C /* Reset altbank mask*/ #define CFG_MAX_FLASH_BANKS 2 /* number of banks */ #define CFG_MAX_FLASH_SECT 1024 /* sectors per device */ |