
The start address and length and other characteristics for a flash chip
are set in the chip select registers.

CS0 is the chip select for chip select 0.
CS1 is the chip select for chip select 1.

PLEASE do NOT modify the values for CS0 because the chip boots up from
chip select 0 and bad things can happen if the CS0 values are changed
because the code for setting up the chip select values is executing
from chip select 0.

To modify the starting address for a flash chip in chip select 1,
please find the symbol CS1_BASE_ADD_VAL and modify this value.

To modify the size of the address space for a flash chip in chip select 1,
please find the symbol CS1_ADD_SPACE and modify this value.

To modify the characteristics for a flash chip in chip select 1,
please find the symbol CS1_CNFG_REG_VAL and modify this value.
