什么都没有

2016年3月4日

二、uboot的配置过程分析 2011-03-10 19:41:48

摘要: 说明:因为uboot2010.12有点小bug,http://my.chinaunix.net/space.php?uid=24319701&do=blog&id=125381,这篇博客有讲怎么克服,懒的改了,换成uboot2010.09.以后都是基于uboot2010.09版本。 根据顶层的REA 阅读全文

posted @ 2016-03-04 18:36 什么都没有 阅读(67) 评论(0) 推荐(0) 编辑

uboot make xxx_config与make的过程分析

摘要: 一直很想捋清楚make xxx_config,make 的执行过程。 在uboot的makefile中有这样的话: %_config::unconfig @$(MKCONFIG) -A $(@:_config=) 这里可以看到%_config目标后面是双冒号,而我们平常看的只有一个冒号,这个就是ma 阅读全文

posted @ 2016-03-04 18:31 什么都没有 阅读(534) 评论(0) 推荐(0) 编辑

导航