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.

6638k2hk中关于uboot启动的问题



在start.s中bl cpu_init_crit跳转到lowlevel_init.s,lowlevel_init.s中又bl s_init去完成pll,memory的初始化工作,可是在board/ti/ks2_evm中找不到s_init函数。 是不是k2hk在设计uboot的时候就定义了CONFIG_SKIP_LOWLEVEL_INIT,所以没有执行bl cpu_init_crit,这样的话pll,DDR等第一部分硬件的初始化在哪里完成。 有没有对应于tci6638的uboot启动的详细文档。 如果要修改DDR的配置的话应该在哪个文件下修改。 麻烦各位工程师帮忙解答一下,感谢了。