八.Uboot源码目录分析
1.整个Uboot的链接脚本:arch\arm\cpu
2.板级支持:board\freescale\mx6ullevk
3.默认配置目录:configs\ ,defconfig为结尾,对应不同板子的配置
4.移植uboot重点关注:
board\freescale
configs\
5.make xxx_defconfig 生成 .config
1.整个Uboot的链接脚本:arch\arm\cpu
2.板级支持:board\freescale\mx6ullevk
3.默认配置目录:configs\ ,defconfig为结尾,对应不同板子的配置
4.移植uboot重点关注:
board\freescale
configs\
5.make xxx_defconfig 生成 .config