From: Reinhard Pfau Date: Wed, 16 Mar 2016 08:20:13 +0000 (+0100) Subject: strider: use optimised bus timing for FPGA access X-Git-Tag: v2016.05-rc1~231 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a119357c43a4d4bd0e488a701255bcfea8f8bf6c;p=u-boot strider: use optimised bus timing for FPGA access Use optimised bus timing for FPGA access. Signed-off-by: Reinhard Pfau Signed-off-by: Dirk Eibach --- diff --git a/include/configs/strider.h b/include/configs/strider.h index 7d9541bd83..d5f1981c0d 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -279,14 +279,13 @@ | BR_PS_16 /* 16 bit port */ \ | 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 (MEG_TO_AM(CONFIG_SYS_FPGA0_SIZE) \ | OR_UPM_XAM \ | OR_GPCM_CSNT \ - | OR_GPCM_ACS_DIV2 \ - | OR_GPCM_XACS \ - | OR_GPCM_SCY_15 \ - | OR_GPCM_TRLX_SET \ - | OR_GPCM_EHTR_SET) + | OR_GPCM_SCY_5 \ + | OR_GPCM_TRLX_CLEAR \ + | OR_GPCM_EHTR_CLEAR) #define CONFIG_SYS_FPGA_BASE(k) CONFIG_SYS_FPGA0_BASE #define CONFIG_SYS_FPGA_DONE(k) 0x0010