I want to know the meaning of below setting in UBL, DEVICE_EMIFInit() function.

  AEMIF->AWCCR = 0xff;

The default value is 0x80.

Why change the value from 0x80 to 0xff?

Is there any reason?