This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am3358 u-boot stopped at gpmc_init() function

Other Parts Discussed in Thread: SYSCONFIG

hi, I am coming again. I make a new board based the starterKit board. When I try to run u-boot an the board, it stopped at the gpmc_init() int the evm.c file. In the gpmc_init() function, it stopped at this line:writel(0x00000008, &gpmc_cfg->sysconfig); I know this is configing the gpmc register,but why it bolcked at this place?thanks