aboutsummaryrefslogtreecommitdiff
path: root/include/configs/strider.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/strider.h')
-rw-r--r--include/configs/strider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/strider.h b/include/configs/strider.h
index 3b02074..184396e 100644
--- a/include/configs/strider.h
+++ b/include/configs/strider.h
@@ -172,7 +172,7 @@
| BR_PS_16 /* 16 bit port */ \
| BR_MS_GPCM /* MSEL = GPCM */ \
| BR_V) /* valid */
-#define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
+#define CONFIG_SYS_OR0_PRELIM (OR_AM_8MB \
| OR_UPM_XAM \
| OR_GPCM_CSNT \
| OR_GPCM_ACS_DIV2 \
@@ -199,7 +199,7 @@
| BR_MS_GPCM /* MSEL = GPCM */ \
| BR_V) /* valid */
-#define CONFIG_SYS_OR1_PRELIM (MEG_TO_AM(CONFIG_SYS_FPGA0_SIZE) \
+#define CONFIG_SYS_OR1_PRELIM (OR_AM_1MB \
| OR_UPM_XAM \
| OR_GPCM_CSNT \
| OR_GPCM_SCY_5 \