Chinaunix首页 | 论坛 | 博客
  • 博客访问: 854587
  • 博文数量: 286
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1980
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-04 16:41
文章分类

全部博文(286)

文章存档

2020年(2)

2018年(5)

2017年(95)

2016年(69)

2015年(15)

2014年(100)

我的朋友

分类: 嵌入式

2014-12-15 22:55:51

zhoujiaxg@126.com   Mr.Zhou的u-boot移植笔记中,添加CONFIG_S3C2440时,还需要在include/s3c24x0.h下的s3c24x0_clocl_power结构体下添加

#if defined(CONFIG_S3C2440)
        S3C24X0_REG32  CAMDIVN;
#endif 



在u-boot-2009.11/cpu/arm920t/s3c24x0/timer.c 还需要添加

 #elif defined(CONFIG_SBC2410X) || \ 
       defined(CONFIG_SMDK2410) || \ 
+      defined(CONFIG_MINI2440) || \ 
       defined(CONFIG_VCMA9) 
   tbclk = CONFIG_SYS_HZ; 


阅读(1279) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~