diff options
Diffstat (limited to 'include/configs/kmsupx5.h')
-rw-r--r-- | include/configs/kmsupx5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/kmsupx5.h b/include/configs/kmsupx5.h index ccc1561..b0dd88c 100644 --- a/include/configs/kmsupx5.h +++ b/include/configs/kmsupx5.h @@ -69,8 +69,8 @@ OR_GPCM_CSNT | \ OR_GPCM_ACS_DIV4 | \ OR_GPCM_SCY_2 | \ - (OR_GPCM_TRLX & \ - (~OR_GPCM_EHTR)) | /* EHTR = 0 */ \ + OR_GPCM_TRLX_SET | \ + OR_GPCM_EHTR_CLEAR | \ OR_GPCM_EAD) /* LPXF: icache cacheable, but dcache-inhibit and guarded */ |